aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-1/+0
* Convert old-style definitionsAndreas Schwab2010-07-121-4/+3
* Remove obsolete noinline declarationAndreas Schwab2010-07-111-8/+2
* Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-185/+83
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-18/+14
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-135/+49
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-25/+25
* Merge from emacs-23Andreas Schwab2010-06-101-2/+3
|\
| * Fix typos.Juanma Barranquero2010-06-031-2/+3
* | Remove obsolete pre-unicode2 macros.Juanma Barranquero2010-06-031-1/+1
* | Remove all NO_ARG_ARRAY uses.Dan Nicolaescu2010-04-251-12/+0
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-7/+5
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-111-2/+2
* (Fplist_get): Merge the active and the uncommented code.Stefan Monnier2009-11-101-32/+7
* Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier2009-11-061-4/+2
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-26/+26
* * fns.c: Add #endif accidentally removed in previous change.Juanma Barranquero2009-10-201-0/+1
* * fns.c: Remove code for unsupported system: MAC_OS.Dan Nicolaescu2009-10-191-3/+0
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-4/+4
* * fns.c (syms_of_fns): Doc fix (Bug#4227).Chong Yidong2009-09-121-3/+3
* * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.Ken Raeburn2009-08-171-2/+3
* (concat): Don't re-set string length to its current value.Ken Raeburn2009-08-101-1/+0
* * fns.c (Flocale_info): Protect vector from GC during decoding.Andreas Schwab2009-04-281-8/+13
* (concat): Check for string overflow (bug#1787).Chong Yidong2009-01-271-0/+2
* (Fsubstring): Doc fix.Chong Yidong2009-01-191-5/+10
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.Juanma Barranquero2008-11-061-8/+9
* (use_dialog_box): Doc fix.Chong Yidong2008-08-141-1/+4
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-5/+0
* by renaming, get rid of need for hash_remove() redefinitions for NS platform;...Adrian Robert2008-07-191-2/+2
* * ecrt0.c: Remove code depending on m68000, not used anymore.Dan Nicolaescu2008-07-171-1/+1
* (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.Kenichi Handa2008-07-041-8/+6
* (Fstring_to_unibyte): Fix the previous change.Kenichi Handa2008-06-251-1/+1
* (Fstring_to_unibyte): Fix typo in docstring.Kenichi Handa2008-06-251-1/+1
* (Fstring_to_unibyte): New function.Kenichi Handa2008-06-251-0/+30
* (init_fns): Don't initialize weak_hash_tables here.Chong Yidong2008-05-151-1/+6
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (internal_equal): Handle PREV_FONT.Kenichi Handa2008-05-141-3/+4
* * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.Jason Rumney2008-03-191-1/+1
* * coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1.Stefan Monnier2008-02-121-15/+15
* (concat): Move side effect outside of macro call.Stefan Monnier2008-02-081-3/+9
* Merge from emacs--devo--0Miles Bader2008-01-301-5/+7
|\
| * (Fclrhash): Return TABLE.Thien-Thi Nguyen2008-01-251-2/+3
| * Merge from emacs--rel--22Miles Bader2008-01-221-3/+4
| |\
| | * (use_file_dialog): Doc fix.Jason Rumney2008-01-171-3/+4
* | | Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\| |
| * | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\|
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1