aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* Allow building on Mac OS X again after Kim's merging of display code.Andrew Choi2003-03-241-0/+6
* (string_to_multibyte): Remove unused var i.Stefan Monnier2003-02-221-4/+15
* (string_to_multibyte): Always return a multibyte string.Kenichi Handa2003-02-171-3/+3
* (Flanginfo): Doc fix.Dave Love2003-02-141-4/+9
* (Fstring_to_multibyte): Fix typo in the docstring.Kenichi Handa2003-02-101-1/+1
* (string_to_multibyte): New function.Kenichi Handa2003-02-091-0/+50
* (Fsubstring): Clarify doc string.Francesco Potortì2003-01-141-31/+31
* (Freverse): Use QUIT.Dave Love2003-01-131-1/+4
* Include coding.h. Use POINTER_TYPE*, not void*.Dave Love2003-01-061-4/+96
* (Frequire): Don't call LOADHIST_ATTACH if feature wasDave Love2002-11-291-2/+2
* fns.c (Frequire): Change nesting allowance from 2 to 3 to cause moreSteven Tamm2002-11-281-1/+1
* (Fmap_char_table): Cast `call2'.Dave Love2002-11-141-2/+2
* (Fcopy_sequence): Doc fix.Dave Love2002-11-141-1/+1
* (Fmap_char_table): Don't use map_char_table's function arg.Stefan Monnier2002-11-121-1/+1
* (Flength): Doc fix.John Paul Wallington2002-10-051-2/+2
* * fns.c (concat): Use SSET.Ken Raeburn2002-07-161-6/+6
* * fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.Ken Raeburn2002-07-151-1/+1
* * fns.c (concat): Use STRING_SET_CHARS.Ken Raeburn2002-07-151-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-102/+102
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-2/+2
* (Fnconc): Use XCDR.Stefan Monnier2002-07-071-48/+7
* (Fstring_make_unibyte): Doc fix.Eli Zaretskii2002-06-051-2/+4
* (md5): Pass FILE arg to Vselect_safe_coding_system_function.Richard M. Stallman2002-06-031-2/+2
* * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): UseKen Raeburn2002-05-201-9/+9
* Comment change.Richard M. Stallman2002-04-301-0/+2
* (Frequire): Error if called while preparing to dump.Richard M. Stallman2002-04-301-1/+5
* Fix typo.Pavel Janík2002-04-221-1/+1
* (use-dialog-box): Doc fix.Pavel Janík2002-04-201-1/+1
* (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.Pavel Janík2002-04-121-1/+12
* (Flax_plist_put): Doc fix.Kim F. Storm2002-03-291-1/+1
* (Fsubstring_no_properties): New function.Richard M. Stallman2002-03-261-0/+126
* (Ffeaturep): Allow subfeature to be a list (test usingKim F. Storm2002-03-211-1/+2
* Doc fix.Pavel Janík2001-11-131-3/+2
* (Freverse): Reindent.Pavel Janík2001-11-131-1/+1
* (copy_hash_table): Remove unused variable `v'.Pavel Janík2001-11-061-1/+1
* (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.Richard M. Stallman2001-11-051-3/+3
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-55/+55
* (require_unwind): Return Lisp_Object.Gerd Moellmann2001-10-311-1/+2
* (Frequire): Detect recursive try to require the sameRichard M. Stallman2001-10-301-1/+43
* (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply, Fmake_hash_table):Miles Bader2001-10-211-6/+13
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-161-241/+239
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-4/+4
* (Vafter_load_alist): Declare extern (w32 build problem).Sam Steingold2001-10-151-1/+2
* (Fmapconcat): Fix typo in a doc string.Pavel Janík2001-10-151-1/+1
* Put doc strings in comments.Gerd Moellmann2001-10-131-433/+442
* (Ffeaturep): Add new `subfeature' arg.Stefan Monnier2001-10-121-9/+25
* Include keymap.h.Stefan Monnier2001-10-081-0/+1
* Don't define min/max.Gerd Moellmann2001-10-081-5/+0
* Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann2001-10-051-1/+1
* (Fmd5): Doc fix.Eli Zaretskii2001-09-011-1/+1