| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fsubstring): Clarify doc string. | Francesco Potortì | 2003-01-14 | 1 | -31/+31 |
* | (Freverse): Use QUIT. | Dave Love | 2003-01-13 | 1 | -1/+4 |
* | Include coding.h. Use POINTER_TYPE*, not void*. | Dave Love | 2003-01-06 | 1 | -4/+96 |
* | (Frequire): Don't call LOADHIST_ATTACH if feature was | Dave Love | 2002-11-29 | 1 | -2/+2 |
* | fns.c (Frequire): Change nesting allowance from 2 to 3 to cause more | Steven Tamm | 2002-11-28 | 1 | -1/+1 |
* | (Fmap_char_table): Cast `call2'. | Dave Love | 2002-11-14 | 1 | -2/+2 |
* | (Fcopy_sequence): Doc fix. | Dave Love | 2002-11-14 | 1 | -1/+1 |
* | (Fmap_char_table): Don't use map_char_table's function arg. | Stefan Monnier | 2002-11-12 | 1 | -1/+1 |
* | (Flength): Doc fix. | John Paul Wallington | 2002-10-05 | 1 | -2/+2 |
* | * fns.c (concat): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -6/+6 |
* | * fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS. | Ken Raeburn | 2002-07-15 | 1 | -1/+1 |
* | * fns.c (concat): Use STRING_SET_CHARS. | Ken Raeburn | 2002-07-15 | 1 | -2/+2 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -102/+102 |
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -2/+2 |
* | (Fnconc): Use XCDR. | Stefan Monnier | 2002-07-07 | 1 | -48/+7 |
* | (Fstring_make_unibyte): Doc fix. | Eli Zaretskii | 2002-06-05 | 1 | -2/+4 |
* | (md5): Pass FILE arg to Vselect_safe_coding_system_function. | Richard M. Stallman | 2002-06-03 | 1 | -2/+2 |
* | * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): Use | Ken Raeburn | 2002-05-20 | 1 | -9/+9 |
* | Comment change. | Richard M. Stallman | 2002-04-30 | 1 | -0/+2 |
* | (Frequire): Error if called while preparing to dump. | Richard M. Stallman | 2002-04-30 | 1 | -1/+5 |
* | Fix typo. | Pavel Janík | 2002-04-22 | 1 | -1/+1 |
* | (use-dialog-box): Doc fix. | Pavel Janík | 2002-04-20 | 1 | -1/+1 |
* | (Fy_or_n_p): Use `minibuffer-prompt' face for prompt. | Pavel Janík | 2002-04-12 | 1 | -1/+12 |
* | (Flax_plist_put): Doc fix. | Kim F. Storm | 2002-03-29 | 1 | -1/+1 |
* | (Fsubstring_no_properties): New function. | Richard M. Stallman | 2002-03-26 | 1 | -0/+126 |
* | (Ffeaturep): Allow subfeature to be a list (test using | Kim F. Storm | 2002-03-21 | 1 | -1/+2 |
* | Doc fix. | Pavel Janík | 2001-11-13 | 1 | -3/+2 |
* | (Freverse): Reindent. | Pavel Janík | 2001-11-13 | 1 | -1/+1 |
* | (copy_hash_table): Remove unused variable `v'. | Pavel Janík | 2001-11-06 | 1 | -1/+1 |
* | (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength. | Richard M. Stallman | 2001-11-05 | 1 | -3/+3 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -55/+55 |
* | (require_unwind): Return Lisp_Object. | Gerd Moellmann | 2001-10-31 | 1 | -1/+2 |
* | (Frequire): Detect recursive try to require the same | Richard M. Stallman | 2001-10-30 | 1 | -1/+43 |
* | (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply, Fmake_hash_table): | Miles Bader | 2001-10-21 | 1 | -6/+13 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Miles Bader | 2001-10-16 | 1 | -241/+239 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -4/+4 |
* | (Vafter_load_alist): Declare extern (w32 build problem). | Sam Steingold | 2001-10-15 | 1 | -1/+2 |
* | (Fmapconcat): Fix typo in a doc string. | Pavel Janík | 2001-10-15 | 1 | -1/+1 |
* | Put doc strings in comments. | Gerd Moellmann | 2001-10-13 | 1 | -433/+442 |
* | (Ffeaturep): Add new `subfeature' arg. | Stefan Monnier | 2001-10-12 | 1 | -9/+25 |
* | Include keymap.h. | Stefan Monnier | 2001-10-08 | 1 | -0/+1 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -5/+0 |
* | Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing | Gerd Moellmann | 2001-10-05 | 1 | -1/+1 |
* | (Fmd5): Doc fix. | Eli Zaretskii | 2001-09-01 | 1 | -1/+1 |
* | * fns.c (Fset_char_table_default): Check that a charset is defined before che... | Ken Raeburn | 2001-07-18 | 1 | -1/+1 |
* | Include blockinput.h. | Gerd Moellmann | 2001-04-11 | 1 | -0/+1 |
* | (Fplist_get): Don't QUIT is interrupt_input_blocked. | Gerd Moellmann | 2001-04-11 | 1 | -1/+6 |
* | (Fcompare_strings): Fix return values. | Gerd Moellmann | 2001-04-10 | 1 | -2/+2 |
* | (Fplist_get, Fplist_put): Add QUITs. | Gerd Moellmann | 2001-04-09 | 1 | -8/+15 |
* | (Frequire): Doc fix. Rename parameter FILE_NAME to | Gerd Moellmann | 2001-04-05 | 1 | -7/+8 |