aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* * fns.c (Fset_char_table_default): Check that a charset is defined before che...Ken Raeburn2001-07-181-1/+1
* Include blockinput.h.Gerd Moellmann2001-04-111-0/+1
* (Fplist_get): Don't QUIT is interrupt_input_blocked.Gerd Moellmann2001-04-111-1/+6
* (Fcompare_strings): Fix return values.Gerd Moellmann2001-04-101-2/+2
* (Fplist_get, Fplist_put): Add QUITs.Gerd Moellmann2001-04-091-8/+15
* (Frequire): Doc fix. Rename parameter FILE_NAME toGerd Moellmann2001-04-051-7/+8
* (Fmd5): Doc fix.Gerd Moellmann2001-03-201-2/+2
* (Fdelete, larger_vector): Use allocate_vector.Gerd Moellmann2001-02-281-17/+6
* Use display_hourglass_p, start_hourglass, cancel_hourglass instead ofGerd Moellmann2001-02-211-3/+3
* (sweep_weak_table): Fix code taking items out ofGerd Moellmann2001-01-241-12/+6
* (Fset_char_table_default): Fix to make sub char-table correctly.Kenichi Handa2001-01-231-3/+4
* (concat): Be sure to avoid putting the same `composition'Kenichi Handa2001-01-171-2/+3
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-161-2/+2
* (Flength): Remove unused variable `tail'.Eli Zaretskii2001-01-021-2/+2