Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
[bpt/emacs.git] / src / fns.c
2004-06-28 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-06-17 Jan Djärv* fns.c (string_to_multibyte): Use xmalloc/xfree instea...
2004-05-10 Kenichi Handa(count_combining): Delete it.
2004-04-26 Andreas Schwab(Fcopy_sequence, concat, internal_equal, Ffillarray...
2004-04-20 John Paul Wallington(Fassoc, Feql): Fix indentation.
2004-04-19 John Paul Wallington(Feql): New function.
2004-04-16 Kenichi HandaSync to HEAD
2004-03-12 Richard M. Stallman(internal_equal): New arg PROPS controls comparing
2004-02-05 Kenichi Handa(Fset_char_table_range): Fix previous change.
2004-02-04 Kenichi Handa(Fset_char_table_range): Handle charsets ascii,
2004-01-29 Kenichi Handa(string_char_to_byte): Optimize for ASCII only string.
2004-01-29 Kenichi Handa(string_char_to_byte): Optimize for ASCII only string.
2004-01-23 Kenichi Handa(Fmd5): If OBJECT is a buffer different from the current
2003-12-29 Eli Zaretskii(internal_equal): Return t for two NaN arguments.
2003-12-24 Luc Teirlinck(Fset_char_table_range): Doc fix.
2003-12-23 Luc Teirlinck(Frandom, Fstring_make_multibyte): Doc fixes.
2003-11-29 Jan DjärvAdd variable use-file-dialog to control use of file...
2003-11-25 Andreas Schwab(internal_equal) <case Lisp_Vectorlike>: Declare size as
2003-11-23 Luc Teirlinck(Fset_char_table_parent): Doc fix.
2003-11-22 Luc Teirlinck(Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
2003-11-21 Luc Teirlinck(Freverse): Doc fix.
2003-11-17 Stefan Monnier(hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
2003-11-17 Kenichi Handa(Fmapconcat): Signal an error if SEQUENCE is a char...
2003-11-13 Kenichi Handa(base64_encode_1): Fix previous change.
2003-11-12 Luc Teirlinck(Fstring_to_multibyte): Doc fix.
2003-10-05 Luc Teirlinck(Frequire): Doc fix.
2003-09-26 Kenichi Handa(concat): Don't change multibyteness of the result by
2003-09-08 Kenichi Handa*** empty log message ***
2003-09-08 Kenichi HandaNew directory
2003-09-01 Miles BaderAdd arch taglines
2003-07-29 Richard M. Stallman(Fclear_string): New function.
2003-07-21 Richard M. Stallman(Flocale_info): Renamed from Flanginfo. Doc fixes.
2003-07-06 Stefan Monnier(sweep_weak_table): Update calls to mark_object.
2003-06-02 Dave LoveDoc fixes.
2003-05-17 Richard M. Stallman(map_char_table): Fix previous change.
2003-05-17 Richard M. Stallman(map_char_table): New arg TABLE gets the master table...
2003-04-06 Juanma Barranquero(Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for...
2003-03-24 Andrew ChoiAllow building on Mac OS X again after Kim's merging...
2003-02-22 Stefan Monnier(string_to_multibyte): Remove unused var i.
2003-02-17 Kenichi Handa(string_to_multibyte): Always return a multibyte string.
2003-02-14 Dave Love(Flanginfo): Doc fix.
2003-02-10 Kenichi Handa(Fstring_to_multibyte): Fix typo in the docstring.
2003-02-09 Kenichi Handa(string_to_multibyte): New function.
2003-01-14 Francesco Potortì(Fsubstring): Clarify doc string.
2003-01-13 Dave Love(Freverse): Use QUIT.
2003-01-06 Dave LoveInclude coding.h. Use POINTER_TYPE*, not void*.
2002-11-29 Dave Love(Frequire): Don't call LOADHIST_ATTACH if feature was
2002-11-28 Steven Tammfns.c (Frequire): Change nesting allowance from 2 to...
2002-11-26 Dave Love(Flanginfo): Call synchronize_system_time_locale.
2002-11-14 Dave Love(Fmap_char_table): Cast `call2'.
2002-11-14 Dave Love(Fcopy_sequence): Doc fix.
2002-11-12 Stefan Monnier(Fmap_char_table): Don't use map_char_table's function...
2002-10-15 Kenichi Handa(concat): Check CH by ASCII_CHAR_P, not by
2002-10-14 Dave Love(Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
2002-10-10 Dave Love(Flanginfo): Fix typo.
2002-10-05 John Paul Wallington(Flength): Doc fix.
2002-08-22 Kenichi Handa(base64_encode_1): Handle eight-bit chars correctly.
2002-08-21 Kenichi Handa(base64_decode_1): Insert eight-bit chars correctly.
2002-08-15 Kenichi Handa*** empty log message ***
2002-07-31 Kenichi Handa(Fstring_to_multibyte): New function.
2002-07-17 Dave LoveMove coding.h.
2002-07-16 Ken Raeburn* fns.c (concat): Use SSET.
2002-07-15 Ken Raeburn* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
2002-07-15 Ken Raeburn* fns.c (concat): Use STRING_SET_CHARS.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-07 Stefan Monnier(Fnconc): Use XCDR.
2002-06-11 Dave Love(count_combining): Comment out (unused).
2002-06-05 Eli Zaretskii(Fstring_make_unibyte): Doc fix.
2002-06-03 Richard M. Stallman(md5): Pass FILE arg to Vselect_safe_coding_system_func...
2002-05-20 Ken Raeburn* fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash...
2002-04-30 Richard M. StallmanComment change.
2002-04-30 Richard M. Stallman(Frequire): Error if called while preparing to dump.
2002-04-22 Pavel JaníkFix typo.
2002-04-20 Pavel Janík(use-dialog-box): Doc fix.
2002-04-12 Pavel Janík(Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
2002-03-29 Kim F. Storm(Flax_plist_put): Doc fix.
2002-03-26 Richard M. Stallman(Fsubstring_no_properties): New function.
2002-03-21 Kim F. Storm(Ffeaturep): Allow subfeature to be a list (test using
2002-03-01 Kenichi HandaInclude "character.h" instead of "charset.h".
2001-11-13 Pavel JaníkDoc fix.
2001-11-13 Pavel Janík(Freverse): Reindent.
2001-11-06 Pavel Janík(copy_hash_table): Remove unused variable `v'.
2001-11-05 Richard M. Stallman(Fmake_hash_table): Use XCAR and XCDR, not Fnth and...
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-31 Gerd Moellmann(require_unwind): Return Lisp_Object.
2001-10-30 Richard M. Stallman(Frequire): Detect recursive try to require the same
2001-10-21 Miles Bader(Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply...
2001-10-16 Miles BaderChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-15 Sam Steingold(Vafter_load_alist): Declare extern (w32 build problem).
2001-10-15 Pavel Janík(Fmapconcat): Fix typo in a doc string.
2001-10-13 Gerd MoellmannPut doc strings in comments.
2001-10-12 Stefan Monnier(Ffeaturep): Add new `subfeature' arg.
2001-10-08 Stefan MonnierInclude keymap.h.
2001-10-08 Gerd MoellmannDon't define min/max.
2001-10-05 Gerd MoellmannUse SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of...
2001-09-01 Eli Zaretskii(Fmd5): Doc fix.
2001-07-18 Ken Raeburn* fns.c (Fset_char_table_default): Check that a charset...
2001-04-11 Gerd MoellmannInclude blockinput.h.
next