summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-1/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-30/+30
* * editfns.c: Move a (normally-unused) function to its only use.Paul Eggert2011-04-131-9/+0
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-2/+2
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-31/+31
* * editfns.c (Fformat): Remove unreachable code.Paul Eggert2011-04-101-7/+1
* * editfns.c (Fformat): Likewise.Paul Eggert2011-04-091-1/+1
* Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-091-1/+1
* * editfns.c (Fmessage_box): Remove unused local var.Paul Eggert2011-03-291-2/+2
* Merge from mainline.Paul Eggert2011-03-291-1/+1
|\
| * src/*.c: Remove some additional unused parameters.Juanma Barranquero2011-03-291-1/+1
* | Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-19/+19
|/
* Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-11/+14
* * editfns.c (Ftranslate_region_internal): Mark var as initialized.Paul Eggert2011-03-161-1/+1
* * editfns.c: (Fformat_time_string, Fencode_time, Finsert_char):Paul Eggert2011-03-161-18/+16
* Move editfns decls to lisp.h to check interfaces.Paul Eggert2011-03-151-2/+0
* * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):Paul Eggert2011-03-151-13/+14
* * editfns.c (Fchar_equal): Remove no-longer-needed workaround forPaul Eggert2011-03-151-6/+1
* Use functions, not macros, for up- and down-casing.Paul Eggert2011-03-151-5/+5
* * editfns.c (lisp_time_argument): Check for time stamp overflow.Paul Eggert2011-03-121-7/+26
* * editfns.c (hi_time): Do not overparenthesize.Paul Eggert2011-03-121-5/+5
* Improve quality of tests for time stamp overflow. For example,Paul Eggert2011-03-111-28/+71
* * editfns.c (time_overflow): New function, refactoring common code.Paul Eggert2011-03-111-4/+12
* Move 'make_time' to be next to its inverse 'lisp_time_argument'.Paul Eggert2011-03-111-0/+13
* Merge from emacs-23; up to r100510.Glenn Morris2011-02-271-1/+1
|\
| * Fix typos.Juanma Barranquero2011-02-231-2/+2
* | Change B_ to BVARTom Tromey2011-02-161-37/+37
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-37/+37
* | * editfns.c: conform to C89 pointer rulesPaul Eggert2011-02-061-25/+27
* | * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-061-5/+5
* | Merge from emacs-23; up to r100454.Glenn Morris2011-02-051-0/+3
|\ \ | |/
| * * src/editfns.c (save_restriction_restore): Don't forget to invalidate theStefan Monnier2011-02-021-0/+3
* | format-time-string now supports subsecond time stamp resolutionPaul Eggert2011-01-311-9/+16
* | strftime: import from gnulibPaul Eggert2011-01-301-7/+5
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-4/+4
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-5/+4
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-23/+8
* | Merge from mainline.Paul Eggert2011-01-171-2/+0
|\ \
| * | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ \ | |/ /
| * | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\ \ | | |/
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/ /
* | Merge changes from emacs-23 branchChong Yidong2010-11-271-1/+3
|\ \ | |/
| * * editfns.c (Fbyte_to_string): Signal an error if arg is not a byte.Chong Yidong2010-11-211-1/+3
| * Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler.Glenn Morris2010-06-141-4/+6
* | Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.Lars Magne Ingebrigtsen2010-09-231-4/+4
* | Fix last changes in editfns.c and intervals.c.Eli Zaretskii2010-09-231-1/+1
* | Fix use of int instead of EMACS_INT in editfns.c.Eli Zaretskii2010-09-231-32/+38