summaryrefslogtreecommitdiff
path: root/lwlib/lwlib.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-31
* Use ASCII tests for character types.Paul Eggert2012-08-16
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-06
* Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-25
* * configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov2012-06-25
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Fix typos.Juanma Barranquero2011-11-24
* Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun.Dmitry Antipov2011-10-13
* * lwlib.c (first_child) [USE_MOTIF]: Protoize.Paul Eggert2011-04-16
* * lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;".Paul Eggert2011-04-15
* lwlib/ trivia.Glenn Morris2011-02-09
* Use xmalloc instead of malloc.Jan D2011-01-31
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Use const for some pointer arguments.Dan Nicolaescu2010-09-26
* | Use const for constant arguments.Dan Nicolaescu2010-09-20
* | Change function definition from K&R to prototype. Fix prototype warnings.Jan D2010-07-08
* | Remove alternative K&R declarations.Dan Nicolaescu2010-07-07
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-08
* | Convert function definitions in lwlib files to standard C.Dan Nicolaescu2010-07-03
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-02
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* Add 2009 to copyright years.Glenn Morris2009-01-08
* * unexnext.c:Dan Nicolaescu2008-06-26
* remove useless if-before-free testsJim Meyering2008-06-02
* Merge from emacs--rel--22Miles Bader2008-01-08
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-07
* | Link to xaw3d if available.Chong Yidong2007-06-13
|/
* Revert previous change, since not sure it was correct.Glenn Morris2007-02-28
* Despite initial RCS check-in in 1994 being under GPLv2 later, lwlibGlenn Morris2007-02-28
* Add FSF copyright.Glenn Morris2007-02-27
* Update FSF's address.Lute Kamstra2005-07-04
* Add arch taglinesMiles Bader2003-09-01
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* Remove obsolete USE_OLIT code.Dave Love2002-11-20
* (instantiate_widget_instance): Remove duplicated prototype.Pavel Janík2002-04-28
* (P_): Definitions deleted.Richard M. Stallman2002-03-18
* (P_): Don't define if already defined.Eli Zaretskii2002-03-16
* (separator_names): Add missing braces around initializers.Pavel Janík2001-12-18
* Include ../src/lisp.h. Don't declare xmalloc.Richard M. Stallman2001-12-02
* (lw_separator_p): Init separator_p (bug with "-- some text").Stefan Monnier2000-09-30
* Use NULL at the end of theGerd Moellmann2000-08-03
* (P_): Use PROTOTYPES.Dave Love2000-06-06
* (lw_modify_all_widgets): Return non-zero if widgetGerd Moellmann2000-03-05
* (merge_widget_value): Fix incorrect assignment ofGerd Moellmann2000-02-18
* (copy_widget_value_tree): Copy help string.Gerd Moellmann2000-01-17