| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -2/+2 |
* | isnan: Fix porting problem to Solaris 10 with bundled gcc. | Paul Eggert | 2011-09-06 | 1 | -2/+5 |
* | Merge from trunk. | Paul Eggert | 2011-07-10 | 1 | -2/+1 |
|\ |
|
| * | Protoize | Andreas Schwab | 2011-07-10 | 1 | -2/+1 |
* | | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 2011-07-06 | 1 | -3/+0 |
|/ |
|
* | * floatfns.c (Fexpt): Omit unnecessary cast to unsigned. | Paul Eggert | 2011-06-12 | 1 | -1/+1 |
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -2/+2 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -2/+2 |
* | Remove (RET)SIGTYPE; it is identical to void on all supported systems. | Glenn Morris | 2011-03-26 | 1 | -3/+3 |
* | * floatfns.c (Ffrexp, Fldexp): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-16 | 1 | -6/+6 |
* | * floatfns.c (domain_error2): Define only if needed. | Paul Eggert | 2011-03-16 | 1 | -2/+3 |
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -1/+3 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -3/+5 |
* | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -2/+2 |
* | | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -6/+4 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -84/+42 |
* | | Convert function definitions and declarations to standard C. | Dan Nicolaescu | 2010-07-05 | 1 | -18/+11 |
* | | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -2/+1 |
* | | * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions. | Vincent Belaïche | 2010-05-07 | 1 | -0/+70 |
* | | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -4/+0 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Comment (add Author:, based on ack.texi). | Glenn Morris | 2009-01-10 | 1 | -0/+3 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | * bitmaps/README: | Dan Nicolaescu | 2008-07-31 | 1 | -10/+0 |
* | * unexnext.c: | Dan Nicolaescu | 2008-06-26 | 1 | -14/+0 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+1 |
* | | (Fexpt): Manually check for overflows, so that a power | Michaël Cadilhac | 2007-10-01 | 1 | -3/+6 |
|/ |
|
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
* | (arith_error, range_error, domain_error): Use xsignal2. | Kim F. Storm | 2006-07-18 | 1 | -16/+14 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (Flog): Doc fix. | Richard M. Stallman | 2005-12-11 | 1 | -1/+1 |
* | (Fexpt): Use floats for negative exponent. | Thien-Thi Nguyen | 2005-08-09 | 1 | -1/+2 |
* | (Fexpt): Undo previous change. | Richard M. Stallman | 2005-08-07 | 1 | -2/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | Munge comment associated w/ last change to describe intent; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+1 |
* | (Fexpt): Use floats for negative exponent. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (Ffloor): Doc fix. | Lute Kamstra | 2005-03-16 | 1 | -2/+2 |
* | * syssignal.h: Declare main_thread. | Jan Djärv | 2004-12-15 | 1 | -0/+1 |
* | (Flogb): Don't use VALMASK. | Stefan Monnier | 2003-11-05 | 1 | -2/+2 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -3/+3 |