| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | (Fmd5): Doc fix. | Gerd Moellmann | 2001-03-20 | 1 | -2/+2 |
* | (Fdelete, larger_vector): Use allocate_vector. | Gerd Moellmann | 2001-02-28 | 1 | -17/+6 |
* | Use display_hourglass_p, start_hourglass, cancel_hourglass instead of | Gerd Moellmann | 2001-02-21 | 1 | -3/+3 |
* | (sweep_weak_table): Fix code taking items out of | Gerd Moellmann | 2001-01-24 | 1 | -12/+6 |
* | (Fset_char_table_default): Fix to make sub char-table correctly. | Kenichi Handa | 2001-01-23 | 1 | -3/+4 |
* | (concat): Be sure to avoid putting the same `composition' | Kenichi Handa | 2001-01-17 | 1 | -2/+3 |
* | Call redisplay_preserve_echo_area with additional arg. | Gerd Moellmann | 2001-01-16 | 1 | -2/+2 |
* | (Flength): Remove unused variable `tail'. | Eli Zaretskii | 2001-01-02 | 1 | -2/+2 |
* | (Frequire): Doc fix. | Eli Zaretskii | 2000-12-19 | 1 | -1/+2 |
* | (Fmd5): Docstring improved. | Kenichi Handa | 2000-12-15 | 1 | -0/+2 |
* | (Fmd5): Docstring improved. | Kenichi Handa | 2000-12-14 | 1 | -5/+16 |
* | (Fmd5): Pass lisp objects, not integers, to call3. | Ken Raeburn | 2000-12-04 | 1 | -1/+2 |
* | (Fmd5): Use a different logic to decide the coding system | Gerd Moellmann | 2000-12-02 | 1 | -40/+83 |
* | (Fmd5): Doc fix. | Gerd Moellmann | 2000-11-30 | 1 | -8/+9 |
* | (Fmd5): New function. | Gerd Moellmann | 2000-11-30 | 1 | -1/+163 |
* | (Foptimize_char_table): Fix arg for CHARSET_DIMENSION. | Kenichi Handa | 2000-10-30 | 1 | -1/+1 |
* | 2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu> | ShengHuo ZHU | 2000-10-22 | 1 | -1/+2 |
* | (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before | Kenichi Handa | 2000-10-10 | 1 | -32/+62 |
* | (Fbase64_encode_region, Fbase64_encode_string) | Dave Love | 2000-10-06 | 1 | -5/+5 |
* | (base64_encode_1): Fix last change. | Dave Love | 2000-09-25 | 1 | -5/+9 |
* | (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix. | Dave Love | 2000-09-22 | 1 | -4/+5 |
* | (Fy_or_n_p, Fyes_or_no_p): Doc fix. | Gerd Moellmann | 2000-09-20 | 1 | -2/+2 |
* | (concat, Fsubstring, internal_equal, Fnconc): Avoid some | Gerd Moellmann | 2000-09-11 | 1 | -6/+16 |
* | (hashfn_eq, hashfn_eql): Don't handle strings specially | Gerd Moellmann | 2000-08-11 | 1 | -16/+15 |
* | (sweep_weak_table): Fix survival conditions for | Gerd Moellmann | 2000-08-07 | 1 | -2/+2 |
* | (sweep_weak_hash_tables): Fix the code taking unmarked | Gerd Moellmann | 2000-08-07 | 1 | -15/+12 |