| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (syms_of_data) [LISP_FLOAT_TYPE]: Define new error conditions: | Richard M. Stallman | 1993-03-10 | 1 | -16/+63 |
| | | | | | | Qarith_error, Qrange_error, Qdomain_error, Qsingularity_error, Qoverflow_error, Qunderflow_error. | ||||
| * | * data.c (Fstring_to_number): Declare p to be an unsigned char, to | Jim Blandy | 1993-03-02 | 1 | -3/+2 |
| | | | | | | | | | match the data field of strings. * data.c (Fstring_to_number): Just skip tabs and spaces; don't use the <ctype.h> macros. The <ctype.h> stuff apparently varies from locale to locale more than we'd like. Don't include <ctype.h>. | ||||
| * | * data.c (Fstring_to_number): Skip initial spaces, to make Emacs | Jim Blandy | 1993-02-22 | 1 | -9/+24 |
| | | | | | | | | | | | | | | | | | | | lisp parse consistently on different operating systems. #include <ctype.h> to help with this. * data.c (Fstring_to_int): Rename this to Fstring_to_number, since it parses floats as well as integers. Fix docstring. (syms_of_data): Fix defsubr. (wrong_type_argument): Change use. (Fint_to_string): Doc fix. * lisp.h (Fstring_to_int): Change extern declaration. * data.c (wrong_type_argument): Pass the correct number of arguments to Fstring_to_int. * data.c (arithcompare): Add a default case which aborts, just to make me happy. | ||||
| * | JimB's changes since January 18th | Jim Blandy | 1993-01-26 | 1 | -13/+7 |
| | | |||||
| * | src/ * data.c (indirect_function): Delete unused argument ERROR. | Jim Blandy | 1992-12-06 | 1 | -1/+1 |
| | | |||||
| * | * data.c (Fset): See if current_alist_element points to itself | Jim Blandy | 1992-10-31 | 1 | -1/+4 |
| | | | | | | using EQ, not ==. (float_arith_driver): Declare this extern above arith_driver. | ||||
| * | Qbuffer_or_string_p added. | Joseph Arceneaux | 1992-10-01 | 1 | -0/+3 |
| | | |||||
| * | * data.c (Fmake_local_variable): If SYM forwards to a C variable, | Jim Blandy | 1992-09-30 | 1 | -1/+13 |
| | | | | | swap in the value for the current buffer immediately. | ||||
| * | * data.c (swap_in_symval_forwarding): Formatting tweaked. | Jim Blandy | 1992-09-29 | 1 | -8/+11 |
| | | |||||
| * | * data.c (Frem): Use the `fmod' function under SunOS, Ultrix, and | Jim Blandy | 1992-09-29 | 1 | -1/+1 |
| | | | | | HP/UX, not just under USG systems. | ||||
| * | * data.c [USG] (Frem): Call fmod, rather than drem. Rah. | Jim Blandy | 1992-08-19 | 1 | -2/+17 |
| | | | | | | | * data.c (store_symval_forwarding): When storing through a Lisp_Buffer_Objfwd, check if the slot requires a particular type, and report an error if the types clash. | ||||
| * | entered into RCS | Jim Blandy | 1992-06-30 | 1 | -34/+77 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-06-07 | 1 | -26/+32 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-05-18 | 1 | -7/+71 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-05-10 | 1 | -5/+1 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-05-01 | 1 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-03-20 | 1 | -1/+2 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-02-19 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-01-28 | 1 | -11/+21 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-01-14 | 1 | -16/+17 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1991-07-24 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1991-07-18 | 1 | -0/+1 |
| | | |||||
| * | Initial revision | Jim Blandy | 1991-06-26 | 1 | -0/+1968 |