aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/lwlib.c
Commit message (Expand)AuthorAgeFilesLines
* Use const for some pointer arguments.Dan Nicolaescu2010-09-261-12/+12
* Use const for constant arguments.Dan Nicolaescu2010-09-201-10/+10
* Change function definition from K&R to prototype. Fix prototype warnings.Jan D2010-07-081-22/+23
* Remove alternative K&R declarations.Dan Nicolaescu2010-07-071-114/+0
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-24/+6
* Convert function definitions in lwlib files to standard C.Dan Nicolaescu2010-07-031-101/+40
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-33/+33
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * unexnext.c:Dan Nicolaescu2008-06-261-4/+0
* remove useless if-before-free testsJim Meyering2008-06-021-4/+4
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | Link to xaw3d if available.Chong Yidong2007-06-131-0/+4
|/
* Revert previous change, since not sure it was correct.Glenn Morris2007-02-281-1/+1
* Despite initial RCS check-in in 1994 being under GPLv2 later, lwlibGlenn Morris2007-02-281-1/+1
* Add FSF copyright.Glenn Morris2007-02-271-1/+3
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+2
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-25/+25
* Remove obsolete USE_OLIT code.Dave Love2002-11-201-42/+74
* (instantiate_widget_instance): Remove duplicated prototype.Pavel Janík2002-04-281-1/+0
* (P_): Definitions deleted.Richard M. Stallman2002-03-181-8/+0
* (P_): Don't define if already defined.Eli Zaretskii2002-03-161-0/+2
* (separator_names): Add missing braces around initializers.Pavel Janík2001-12-181-30/+30
* Include ../src/lisp.h. Don't declare xmalloc.Richard M. Stallman2001-12-021-8/+6
* (lw_separator_p): Init separator_p (bug with "-- some text").Stefan Monnier2000-09-301-1/+1
* Use NULL at the end of theGerd Moellmann2000-08-031-2/+2
* (P_): Use PROTOTYPES.Dave Love2000-06-061-3/+3
* (lw_modify_all_widgets): Return non-zero if widgetGerd Moellmann2000-03-051-9/+58
* (merge_widget_value): Fix incorrect assignment ofGerd Moellmann2000-02-181-1/+1
* (copy_widget_value_tree): Copy help string.Gerd Moellmann2000-01-171-6/+34
* Add support for large files, plus some locale improvements.Paul Eggert1999-10-191-4/+4
* (lw_separator_p): Check for new-style separatorsGerd Moellmann1999-09-141-1/+2
* (lw_separator_p): Add `--:space' with the sameGerd Moellmann1999-09-101-0/+1
* (lw_separator_p): Add alternative separator type names.Gerd Moellmann1999-09-061-0/+44
* (lw_separator_p): New.Gerd Moellmann1999-07-211-0/+78
* Always declare xmalloc.Andreas Schwab1998-04-061-1/+4
* (merge_widget_value): Undo previous change.Richard M. Stallman1996-08-101-0/+2
* (merge_widget_value) [USE_MOTIF]: Pass along the change flag fromRichard M. Stallman1996-07-271-0/+3
* Undo previous change.Karl Heuer1996-07-071-13/+0
* (lw_toolkit_related_event_p): A predicate to identify toolkit-specific events.Miles Bader1996-07-041-0/+13
* (merge_widget_value): Set the this_one_change field.Richard M. Stallman1996-03-251-1/+5
* (lw_window_is_in_menubar) [USE_MOTIF]:Richard M. Stallman1996-02-251-3/+4
* (free_widget_value_tree, merge_widget_value):Karl Heuer1996-02-211-2/+2
* (lw_internal_update_other_instances): Move static varKarl Heuer1996-02-191-7/+8
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (instantiate_widget_instance): Renamed fromRichard M. Stallman1996-01-121-6/+11
* (lw_popup_menu): New arg event, passed along.Richard M. Stallman1995-08-021-5/+6