| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fassoc, Feql): Fix indentation. | John Paul Wallington | 2004-04-20 | 1 | -2/+2 |
* | (Feql): New function. | John Paul Wallington | 2004-04-19 | 1 | -0/+13 |
* | (internal_equal): New arg PROPS controls comparing | Richard M. Stallman | 2004-03-12 | 1 | -6/+23 |
* | (Fset_char_table_range): Fix previous change. | Kenichi Handa | 2004-02-05 | 1 | -1/+1 |
* | (Fset_char_table_range): Handle charsets ascii, | Kenichi Handa | 2004-02-04 | 1 | -6/+18 |
* | (string_char_to_byte): Optimize for ASCII only string. | Kenichi Handa | 2004-01-29 | 1 | -6/+4 |
* | (Fmd5): If OBJECT is a buffer different from the current | Kenichi Handa | 2004-01-23 | 1 | -3/+14 |
* | (internal_equal): Return t for two NaN arguments. | Eli Zaretskii | 2003-12-29 | 1 | -1/+9 |
* | (Fset_char_table_range): Doc fix. | Luc Teirlinck | 2003-12-24 | 1 | -3/+3 |
* | (Frandom, Fstring_make_multibyte): Doc fixes. | Luc Teirlinck | 2003-12-23 | 1 | -4/+10 |
* | Add variable use-file-dialog to control use of file dialogs. | Jan Djärv | 2003-11-29 | 1 | -0/+11 |
* | (internal_equal) <case Lisp_Vectorlike>: Declare size as | Andreas Schwab | 2003-11-25 | 1 | -3/+10 |
* | (Fset_char_table_parent): Doc fix. | Luc Teirlinck | 2003-11-23 | 1 | -1/+1 |
* | (Fassq, Fassoc, Frassq, Frassoc): Doc fixes. | Luc Teirlinck | 2003-11-22 | 1 | -4/+4 |
* | (Freverse): Doc fix. | Luc Teirlinck | 2003-11-21 | 1 | -2/+2 |
* | (hashfn_eq, hashfn_eql, hashfn_equal, hash_put) | Stefan Monnier | 2003-11-17 | 1 | -8/+8 |
* | (Fstring_to_multibyte): Doc fix. | Luc Teirlinck | 2003-11-12 | 1 | -1/+1 |
* | (Frequire): Doc fix. | Luc Teirlinck | 2003-10-05 | 1 | -2/+2 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (Fclear_string): New function. | Richard M. Stallman | 2003-07-29 | 1 | -0/+15 |
* | (Flocale_info): Renamed from Flanginfo. Doc fixes. | Richard M. Stallman | 2003-07-21 | 1 | -9/+7 |
* | (sweep_weak_table): Update calls to mark_object. | Stefan Monnier | 2003-07-06 | 1 | -3/+3 |
* | Doc fixes. | Dave Love | 2003-06-02 | 1 | -5/+14 |
* | (map_char_table): Fix previous change. | Richard M. Stallman | 2003-05-17 | 1 | -4/+6 |
* | (map_char_table): New arg TABLE gets the master table. All calls changed. | Richard M. Stallman | 2003-05-17 | 1 | -5/+11 |
* | (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub char tables. | Juanma Barranquero | 2003-04-06 | 1 | -0/+2 |
* | Allow building on Mac OS X again after Kim's merging of display code. | Andrew Choi | 2003-03-24 | 1 | -0/+6 |
* | (string_to_multibyte): Remove unused var i. | Stefan Monnier | 2003-02-22 | 1 | -4/+15 |
* | (string_to_multibyte): Always return a multibyte string. | Kenichi Handa | 2003-02-17 | 1 | -3/+3 |
* | (Flanginfo): Doc fix. | Dave Love | 2003-02-14 | 1 | -4/+9 |
* | (Fstring_to_multibyte): Fix typo in the docstring. | Kenichi Handa | 2003-02-10 | 1 | -1/+1 |
* | (string_to_multibyte): New function. | Kenichi Handa | 2003-02-09 | 1 | -0/+50 |
* | (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 |