summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* * fns.c (Ffillarray): Rename locals to avoid shadowing.Paul Eggert2011-03-161-9/+9
* * fns.c (require_nesting_list, require_unwind): Now static.Paul Eggert2011-03-161-2/+2
* * fns.c (get_random, seed_random): Move extern decls from here ...Paul Eggert2011-03-141-3/+0
* Change B_ to BVARTom Tromey2011-02-161-6/+6
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-6/+6
* * fns.c: conform to C89 pointer rulesPaul Eggert2011-02-061-12/+13
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-10/+9
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Revert changes adding format args to yes-or-no-p and y-or-n-p.Chong Yidong2011-01-191-10/+12
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-12/+4
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from mainline.Paul Eggert2011-01-111-4/+7
|\ \ | |/
| * * lisp/subr.el (read-char-choice): Use read-key. Suggested by Stefan.Chong Yidong2011-01-091-2/+2
| * Doc fix for y-or-n-p and yes-or-no-p.Chong Yidong2011-01-081-4/+7
* | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/
* * src/fns.c (Fyes_or_no_p): Add usage.Andreas Schwab2011-01-081-2/+3
* Allow format args for y-or-n-p and yes-or-no-p.Chong Yidong2011-01-071-9/+4
* Remove unused declarationsAndreas Schwab2010-12-271-3/+3
* Fix int/EMACS_INT usage in fns.c.Eli Zaretskii2010-09-241-65/+72
* Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-1/+1
* * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.Stefan Monnier2010-09-121-141/+0
* Minor doc fix.Chong Yidong2010-08-141-1/+1
* * fns.c (Fmake_hash_table): Doc fix (Bug#6851).Chong Yidong2010-08-131-3/+3
* Merge changes from emacs-23 branchChong Yidong2010-08-081-12/+11
|\
| * fns.c: Doc fixes.Juanma Barranquero2010-07-301-12/+11
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-7/+0
* | 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