| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Kenichi Handa | 2003-09-08 | 1 | -112/+7 |
|\ |
|
| * | (Faset): Check NEWELT by ASCII_CHAR_P, not by | Kenichi Handa | 2002-10-15 | 1 | -1/+1 |
| * | Copyright up-date. | Dave Love | 2002-07-03 | 1 | -1/+1 |
| * | (Fchar_or_string_p): Doc fix. Use CHARACTERP. | Dave Love | 2002-05-23 | 1 | -2/+2 |
| * | Include "character.h" instead of "charset.h". | Kenichi Handa | 2002-03-01 | 1 | -110/+5 |
* | | New directory | Kenichi Handa | 2003-09-08 | 1 | -9/+0 |
* | | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | | (Fmake_variable_buffer_local, Fmake_local_variable) | Richard M. Stallman | 2003-08-29 | 1 | -0/+6 |
* | | (let_shadows_buffer_binding_p): Make target of p volatile. | Richard M. Stallman | 2003-05-17 | 1 | -1/+1 |
* | | (Faset): Calculate nbytes earlier, to satisfy the now pickier | Miles Bader | 2003-04-18 | 1 | -2/+3 |
* | | (store_symval_forwarding): Re-instate part of the code | Stefan Monnier | 2003-03-26 | 1 | -0/+1 |
* | | (store_symval_forwarding): Delete special read-only | Stefan Monnier | 2003-03-25 | 1 | -6/+3 |
* | | (long_to_cons): Fix type of top. | Andreas Schwab | 2003-03-12 | 1 | -2/+2 |
* | | (Fstring_to_number, Fminus): Better English in doc strings. | Francesco Potortì | 2002-12-29 | 1 | -2/+2 |
* | | (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local) | Francesco Potortì | 2002-12-25 | 1 | -24/+26 |
* | | (Fdefalias): Record in load-history redefining an autoload. | Richard M. Stallman | 2002-12-07 | 1 | -0/+3 |
* | | (Flsh): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
* | | (Fmake_variable_frame_local): Doc fix. | Richard M. Stallman | 2002-08-07 | 1 | -2/+2 |
* | | (Fdefalias): Doc fix. | Richard M. Stallman | 2002-07-18 | 1 | -1/+4 |
* | | * data.c (Faref): Use SDATA. | Ken Raeburn | 2002-07-16 | 1 | -3/+3 |
* | | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -25/+25 |
* | | (Fdefalias): Add an optional `docstring' argument. | Stefan Monnier | 2002-07-09 | 1 | -6/+10 |
* | | * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding) | Ken Raeburn | 2002-05-20 | 1 | -7/+7 |
|/ |
|
* | (wrong_type_argument): Remove mocklisp case. | Pavel Janík | 2001-12-22 | 1 | -9/+0 |
* | (Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed | Andreas Schwab | 2001-12-07 | 1 | -7/+7 |
* | (Ftimes): Doc fix. | Pavel Janík | 2001-11-16 | 1 | -4/+4 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -45/+45 |
* | (Fsetq_default): Add usage to doc-string. | Pavel Janík | 2001-11-02 | 1 | -1/+2 |
* | (Fmake_local_variable): Doc fix. | Richard M. Stallman | 2001-11-01 | 1 | -1/+1 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-21 | 1 | -291/+305 |
* | (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior, Flogxor): | Miles Bader | 2001-10-21 | 1 | -9/+18 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -11/+11 |
* | (Fstring_to_number): Use make_fixnum_or_float. | Gerd Moellmann | 2001-10-11 | 1 | -4/+1 |
* | (Qcircular_list): New variable. | Gerd Moellmann | 2001-10-11 | 1 | -1/+17 |
* | (most_positive_fixnum, most_negative_fixnum): New | Gerd Moellmann | 2001-10-06 | 1 | -0/+10 |
* | Use SYMBOL_VALUE/SET_SYMBOL_VALUE. | Gerd Moellmann | 2001-10-05 | 1 | -45/+111 |
* | (Fsubr_interactive_form): New function. | Gerd Moellmann | 2001-03-29 | 1 | -0/+15 |
* | (store_symval_forwarding): Add parameter BUF. If BUF is | Gerd Moellmann | 2001-03-15 | 1 | -37/+79 |
* | (find_symbol_value): Remove extra 3rd argument in the | Eli Zaretskii | 2001-01-02 | 1 | -2/+1 |
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 1 | -2/+4 |
* | (Faset): Allow storing any multibyte character in a string. Convert | Kenichi Handa | 2000-07-21 | 1 | -24/+69 |
* | (set_internal): If variable is frame-local, | Gerd Moellmann | 2000-06-19 | 1 | -4/+24 |
* | (set_internal): Remove debug code. | Gerd Moellmann | 2000-06-15 | 1 | -3/+0 |
* | (swap_in_global_binding): New function. | Gerd Moellmann | 2000-06-13 | 1 | -0/+33 |
* | (Qsubrp, Qmany, Qunevalled): New variables. | Dave Love | 2000-05-26 | 1 | -1/+32 |
* | (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR. | Kenichi Handa | 2000-05-19 | 1 | -2/+2 |
* | * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER): | Ken Raeburn | 2000-03-30 | 1 | -1/+2 |
* | Use new macro names | Gerd Moellmann | 2000-03-27 | 1 | -18/+18 |
* | (do_symval_forwarding, store_symval_forwarding) | Gerd Moellmann | 2000-03-26 | 1 | -32/+30 |
* | (Fstring_to_number): If number is greater than what | Gerd Moellmann | 2000-02-23 | 1 | -14/+23 |