aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (concat): Don't change multibyteness of the result byKenichi Handa2003-09-261-2/+2
* *** empty log message ***Kenichi Handa2003-09-081-627/+86
|\
| * (Flanginfo): Call synchronize_system_time_locale.Dave Love2002-11-261-0/+2
| * (concat): Check CH by ASCII_CHAR_P, not byKenichi Handa2002-10-151-2/+2
| * (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.Dave Love2002-10-141-3/+9
| * (Flanginfo): Fix typo.Dave Love2002-10-101-2/+2
| * (base64_encode_1): Handle eight-bit chars correctly.Kenichi Handa2002-08-221-3/+9
| * (base64_decode_1): Insert eight-bit chars correctly.Kenichi Handa2002-08-211-6/+6
| * *** empty log message ***Kenichi Handa2002-08-151-3/+1
| * (Fstring_to_multibyte): New function.Kenichi Handa2002-07-311-0/+35
| * Move coding.h.Dave Love2002-07-171-16/+68
| * (count_combining): Comment out (unused).Dave Love2002-06-111-0/+22
| * Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-580/+46
* | New directoryKenichi Handa2003-09-081-3/+0
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (Fclear_string): New function.Richard M. Stallman2003-07-291-0/+15
* | (Flocale_info): Renamed from Flanginfo. Doc fixes.Richard M. Stallman2003-07-211-9/+7
* | (sweep_weak_table): Update calls to mark_object.Stefan Monnier2003-07-061-3/+3
* | Doc fixes.Dave Love2003-06-021-5/+14
* | (map_char_table): Fix previous change.Richard M. Stallman2003-05-171-4/+6
* | (map_char_table): New arg TABLE gets the master table. All calls changed.Richard M. Stallman2003-05-171-5/+11
* | (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub char tables.Juanma Barranquero2003-04-061-0/+2
* | Allow building on Mac OS X again after Kim's merging of display code.Andrew Choi2003-03-241-0/+6
* | (string_to_multibyte): Remove unused var i.Stefan Monnier2003-02-221-4/+15
* | (string_to_multibyte): Always return a multibyte string.Kenichi Handa2003-02-171-3/+3
* | (Flanginfo): Doc fix.Dave Love2003-02-141-4/+9
* | (Fstring_to_multibyte): Fix typo in the docstring.Kenichi Handa2003-02-101-1/+1
* | (string_to_multibyte): New function.Kenichi Handa2003-02-091-0/+50
* | (Fsubstring): Clarify doc string.Francesco Potortì2003-01-141-31/+31
* | (Freverse): Use QUIT.Dave Love2003-01-131-1/+4
* | Include coding.h. Use POINTER_TYPE*, not void*.Dave Love2003-01-061-4/+96
* | (Frequire): Don't call LOADHIST_ATTACH if feature wasDave Love2002-11-291-2/+2
* | fns.c (Frequire): Change nesting allowance from 2 to 3 to cause moreSteven Tamm2002-11-281-1/+1
* | (Fmap_char_table): Cast `call2'.Dave Love2002-11-141-2/+2
* | (Fcopy_sequence): Doc fix.Dave Love2002-11-141-1/+1
* | (Fmap_char_table): Don't use map_char_table's function arg.Stefan Monnier2002-11-121-1/+1
* | (Flength): Doc fix.John Paul Wallington2002-10-051-2/+2
* | * fns.c (concat): Use SSET.Ken Raeburn2002-07-161-6/+6
* | * fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.Ken Raeburn2002-07-151-1/+1
* | * fns.c (concat): Use STRING_SET_CHARS.Ken Raeburn2002-07-151-2/+2
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-102/+102
* | Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-2/+2
* | (Fnconc): Use XCDR.Stefan Monnier2002-07-071-48/+7
* | (Fstring_make_unibyte): Doc fix.Eli Zaretskii2002-06-051-2/+4
* | (md5): Pass FILE arg to Vselect_safe_coding_system_function.Richard M. Stallman2002-06-031-2/+2
* | * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): UseKen Raeburn2002-05-201-9/+9
* | Comment change.Richard M. Stallman2002-04-301-0/+2
* | (Frequire): Error if called while preparing to dump.Richard M. Stallman2002-04-301-1/+5
* | Fix typo.Pavel Janík2002-04-221-1/+1
* | (use-dialog-box): Doc fix.Pavel Janík2002-04-201-1/+1