summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-06twm 1.0.8twm-1.0.8Alan Coopersmith
2013-08-18Replace malloc(strlen()+1); strcpy(); pairs with strdup()Alan Coopersmith
2013-08-18AddWindow: Use NULL instead of 0 for null pointer checkAlan Coopersmith
2013-08-18Stop casting return values from malloc & callocAlan Coopersmith
2013-08-18Stop casting pointers to (char *) when freeing themAlan Coopersmith
2013-07-31Delete trailing whitespace in non *.[ch] source filesAlan Coopersmith
2013-07-31Make more functions static that aren't called from other filesAlan Coopersmith
2013-07-31Assume C89 signal handlers, returning voidAlan Coopersmith
2013-07-31Make some more previously global variables into file-scoped staticsAlan Coopersmith
2013-07-31Remove unused global variable gotFirstSaveAlan Coopersmith
2013-07-31unifdef macII - drop support for A/UX 2.0Alan Coopersmith
2013-07-31Make various helper & callback functions private to session.cAlan Coopersmith
2013-07-31Convert remaining K&R function declarations to C89 styleAlan Coopersmith
2013-07-31Use (void) to declare functions that take no arguments, instead of ()Alan Coopersmith
2013-07-18Syntax error in recent twm commitColin Harrison
2013-07-18Constification cleanup - fix dozens of gcc warningsAlan Coopersmith
2013-06-19Don't rely on the ability to set tab stops.Eric S. Raymond
2012-11-30Fix SEGV if CreateColormapWindow() returns NULL.Egbert Eich
2011-11-19Terminate execl() arguments with NULL instead of 0Alan Coopersmith
2011-07-27twm 1.0.7twm-1.0.7Alan Coopersmith
2011-07-14Whitespace fixes in src filesAlan Coopersmith
2011-07-12Replace most sprintf calls with snprintfAlan Coopersmith
2011-06-15config: layout the C flags for better readabilityGaetan Nadon
2011-06-15man: use Autoconf provided $(SED)Gaetan Nadon
2011-06-15config: rm is about removal, not generationGaetan Nadon
2011-06-15deftwmrc.c is not required in MAINTAINERCLEANFILESGaetan Nadon
2011-06-15lex & yacc: only header file needs to be in BUILT_SOURCESGaetan Nadon
2011-05-12Add extra sanity checking to avoid possible NULL dereferencesJeremy Huddleston
2011-05-12Add sanity checking to avoid a possible NULL dereferenceJeremy Huddleston
2011-05-12Address a possible NULL pointer dereferenceJeremy Huddleston
2011-05-11Mark Done() as _X_NORETURNJeremy Huddleston
2011-05-11Silence uninitialized warningJeremy Huddleston
2011-05-11LP64: Fix formatting for DEBUG printfJeremy Huddleston
2011-05-11Fix: menus.c:2374: warning: implicit declaration of function `putenv`Alan Coopersmith
2011-05-10Remove unused fallback implementation of putenv()Alan Coopersmith
2011-03-04man: replace hard coded section number with __appmansuffix__Gaetan Nadon
2011-01-05Fix many gcc strict-aliasing warningsAlan Coopersmith
2011-01-05twm 1.0.6twm-1.0.6Alan Coopersmith
2010-11-24config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith
2010-11-01config: replace AC_CHECK_FILE with test -fMartin Jansa
2010-10-30twm 1.0.5twm-1.0.5Alan Coopersmith
2010-10-30Sun's copyrights now belong to OracleAlan Coopersmith
2010-10-06Purge cvs tags.Jesse Adkins
2010-09-23config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith
2010-09-22Silence build of deftwmrc.c with AM_V_GENAlan Coopersmith
2010-09-22system.twmrc doesn't need to be in both EXTRA_DIST & dist_rc_DATAAlan Coopersmith
2010-09-22config: Remove unnecessary calls from configure.acAlan Coopersmith
2010-09-22Use AC_CHECK_FUNCS / default name for mkstempAlan Coopersmith
2010-09-22config: update AC_PREREQ statement to 2.60Gaetan Nadon
2010-08-06Fill in COPYING file with copyright notices from source codeAlan Coopersmith