aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.Paul Eggert2011-04-271-2/+2
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-5/+5
* * fns.c (internal_equal): Don't assume size_t fits in int.Paul Eggert2011-04-181-5/+3
* Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-1/+1
* * fns.c (vector): Remove; this old hack is no longer needed.Paul Eggert2011-04-151-5/+0
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-44/+44
* * fns.c (weak_hash_tables): Now static.Paul Eggert2011-04-131-1/+1
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-7/+9
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-44/+44
* error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-1/+1
* Undo Fstring_to_unibyte change.Paul Eggert2011-04-051-4/+1
* * fns.c (Fstring_to_unibyte): Don't rely on undefined behaviorPaul Eggert2011-04-051-1/+4
* * fns.c (sxhash): Redo loop for clarity and to avoid wraparound warning.Paul Eggert2011-04-021-3/+3
* * fns.c (substring_both): Remove var that is set but not used.Paul Eggert2011-04-021-8/+1
* Merge from trunkStefan Monnier2011-03-311-33/+30
|\
| * Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-33/+30
* | Merge from trunkStefan Monnier2011-03-211-14/+11
|\|
| * * 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
* | Get rid of funvec.Stefan Monnier2011-02-241-14/+11
* | Merge from trunkStefan Monnier2011-02-211-6/+6
|\|
| * Change B_ to BVARTom Tromey2011-02-161-6/+6
| * Hide implementation of `struct buffer'Tom Tromey2011-02-141-6/+6
* | Merge from trunkStefan Monnier2011-02-111-12/+13
|\|
| * * fns.c: conform to C89 pointer rulesPaul Eggert2011-02-061-12/+13
* | Merge from trunkStefan Monnier2011-02-011-36/+22
|\|
| * 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
* | Merge from trunkStefan Monnier2010-09-301-66/+73
|\|
| * 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
* | Merge from trunkStefan Monnier2010-09-131-145/+4
|\|
| * * 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 from trunkStefan Monnier2010-08-111-20/+11
|\|
| * Merge changes from emacs-23 branchChong Yidong2010-08-081-12/+11
| |\
| | * fns.c: Doc fixes.Juanma Barranquero2010-07-301-12/+11