summaryrefslogtreecommitdiff
path: root/src/data.c
AgeCommit message (Expand)Author
1998-01-22(Faset): Allow setting a multibyte character in aKenichi Handa
1998-01-21Update copyright year.Richard M. Stallman
1998-01-09(Fmultibyte_string_p): New function.Richard M. Stallman
1997-10-23No need to include <float.h> before "lisp.h",Paul Eggert
1997-10-15(Fstring_to_number): Handle NEGATIVE for floats too.Karl Heuer
1997-09-04(Faset): Simplify a statement in the char-table case.Richard M. Stallman
1997-07-18Many doc fixes.Richard M. Stallman
1997-07-05Include float.h before lisp.h.Richard M. Stallman
1997-06-09(Faset): Inherit default value correctly while creatingKenichi Handa
1997-05-30(Farrayp): Accept bool-vectors and char-tables.Richard M. Stallman
1997-05-29(Faset): Doc fix.Richard M. Stallman
1997-05-16Declare set_internal as Lisp_Object in advance to avoidKenichi Handa
1997-05-12(wrong_type_argument): Pass new arg to Fstring_to_number.Richard M. Stallman
1997-04-07(Faref, Faset): Adjusted for the new structure ofKenichi Handa
1997-03-18(Faref, Faset): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.Kenichi Handa
1997-02-27(Faref, Faset): Handle a composite char correctly in char-table.Kenichi Handa
1997-02-20Include charset.h.Karl Heuer
1997-01-28(isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmodPaul Eggert
1997-01-25(set_internal): New subroutine. New arg BINDFLAG.Richard M. Stallman
1996-12-30<float.h>: Include if STDC_HEADERS.Paul Eggert
1996-12-26(Fdefalias): Change argument name and doc string.Richard M. Stallman
1996-12-26(Ffset): Change argument name and doc string.Richard M. Stallman
1996-10-12(Fdefine_function): Function definition deleted.Richard M. Stallman
1996-09-10(arith_error) [POSIX_SIGNALS]: Don't reestablish handler.Richard M. Stallman
1996-09-01Removed support for !MULTI_FRAME.Karl Heuer
1996-07-16(arith_error): Undo previous change.Karl Heuer
1996-07-15(arith_error): Don't reinstall sig handler if POSIX_SIGNALS.Karl Heuer
1996-06-22(Fdefalias): Doc fix.Richard M. Stallman
1996-03-04(Fkill_local_variable): Call find_symbol_value directly,Richard M. Stallman
1996-01-24(make_number): Function deleted.Karl Heuer
1996-01-23(kill-local-variable): didn't update the value ofKarl Heuer
1996-01-15Update FSF's address in the preamble.Erik Naggum
1996-01-09(Flognot): Fix previous change.Karl Heuer
1996-01-09(Fboundp, Ffboundp, Fmakunbound, Ffmakunbound, Fsymbol_plist, Fsymbol_name,Erik Naggum
1996-01-05Comment fixes.Karl Heuer
1995-12-13(Ftype_of): Return `char-table' and `bool-vector' forKarl Heuer
1995-11-19(Fmake_local_variable): Call find_symbol_valueRichard M. Stallman
1995-10-31(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer
1995-10-25[!HAVE_FMOD] (fmod): Make consistent with ANSI definition.Karl Heuer
1995-10-12(Qvector_or_char_table_p): New variable.Richard M. Stallman
1995-10-07(Fchartablep, Fboolvectorp): New functions.Richard M. Stallman
1995-07-17(Fnumber_to_string): Make `buffer' long enough.Karl Heuer
1995-06-17(Flocal_variable_if_set_p): New function.Richard M. Stallman
1995-06-15Update GPL to version 2.Karl Heuer
1995-06-14(Flocal_variable_p): Fix backwards logical operator.Richard M. Stallman
1995-06-07(Flocal_variable_p): New optional arg BUFFER.Karl Heuer
1995-05-31Comment change.Karl Heuer
1995-05-23(long_to_cons): Don't assume 32-bit longs.Karl Heuer
1995-05-07(Fmod): Fix the final adjustment, when f2 < 0 and f1 == 0.Richard M. Stallman
1995-05-05(Fnumber_to_string, Fstring_to_number):Richard M. Stallman