summaryrefslogtreecommitdiff
path: root/lwlib
Commit message (Expand)AuthorAge
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Fix typos.Juanma Barranquero2011-11-24
* Spelling fixes.Paul Eggert2011-11-19
* Spelling fixes.Paul Eggert2011-11-18
* Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun.Dmitry Antipov2011-10-13
* lwlib/Makefile.in (ALL_CFLAGS): Add -I../lib for generated header files in ou...YAMAMOTO Mitsuharu2011-06-27
* Merge: Cons<->int and similar integer overflow fixes.Paul Eggert2011-06-06
|\
| * * Makefile.in (ALL_CFLAGS): Add -I$(srcdir)/../lib.Paul Eggert2011-06-06
|/
* Static checks with GCC 4.6.0 and non-default toolkits.Paul Eggert2011-04-16
|\
| * * lwlib-utils.c (XtCompositeChildren): Likewise.Paul Eggert2011-04-16
| * * lwlib-Xm.c (make_dialog): Rename local to avoid shadowing.Paul Eggert2011-04-16
| * * lwlib.c (first_child) [USE_MOTIF]: Protoize.Paul Eggert2011-04-16
| * * lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;".Paul Eggert2011-04-15
| * * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused.Paul Eggert2011-04-15
| * * xlwmenu.c (MINL): Define only if not emacs.Paul Eggert2011-04-15
| * * xlwmenu.c (XlwMenuSetValues): Rename/ move locals to avoid shadowing.Paul Eggert2011-04-15
|/
* Update and split ChangeLogs.Juanma Barranquero2011-04-06
* Use *font for Xft font names for Lucid menus and dialogs.Jan Djärv2011-02-14
* lwlib trivia.Glenn Morris2011-02-12
* lwlib/Makefile.in misc cleanup.Glenn Morris2011-02-10
* * lwlib/Makefile.in: Standardize on $(), not ${}.Glenn Morris2011-02-10
* lwlib/ trivia.Glenn Morris2011-02-09
* Update lucid toolkit build for src/globals.h being a generated file.Glenn Morris2011-02-08
* Use xmalloc instead of malloc.Jan D2011-01-31
* Refill some long/short copyright headers.Glenn Morris2011-01-26
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Merge from emacs-23.Glenn Morris2011-01-24
|\
| * * lwlib-Xm.c (xm_update_menu): Avoid a NULL pointer dereference (Bug#7690).Werner Meisner2011-01-23
* | Refill some copyright headers.Glenn Morris2011-01-15
* | 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
* | * lwlib/xlwmenu.c (abort_gracefully): Mark as NO_RETURN.Dan Nicolaescu2010-07-28
* | * lwlib/xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations.Dan Nicolaescu2010-07-25
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-24
* | Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGSAndreas Schwab2010-07-12
* | 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
* | Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D2010-07-05
* | 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
* | Remove P_ and __P macros.Jan D2010-07-02
* | Remove duplicate ChangeLog entries.Juanma Barranquero2010-06-10
* | * lwlib/Makefile.in (mostlyclean): Remove references to non-existent files.Glenn Morris2010-05-14
* | lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.Jan D2010-05-13
* | Merge from emacs-23Stefan Monnier2010-05-08
|\|
| * Bump version to 23.2.emacs-23.2Chong Yidong2010-05-07