Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-05 | improve declaration of yylex() | Thomas E. Dickey | |
Replace the extern declaration of yylex() in gram.y with a definition/use in parse.h, improving portability. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2024-03-05 | amend yylineno change | Thomas E. Dickey | |
A recent change removed the declaration of yylineno from lex.l, making the program depend on the version of flex. Restore the declaration with an ifdef. Also, remove unused declaration in parse.c Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2024-01-21 | Remove storage specifier 'register' | Tim Wiederhake | |
'register' is an optimization hint to the compiler that is generally not necessary and needlessly prevents using a c++ compiler to compile twm. Signed-off-by: Tim Wiederhake <twied@gmx.net> | |||
2024-01-01 | Remove redundant declaration of yylex | Tim Wiederhake | |
yylex is already declared in (the generated) lex.c. This silences a "redundant redeclaration of 'yylex'" warning. Signed-off-by: Tim Wiederhake <twied@gmx.net> | |||
2021-11-28 | Fix spelling/wording issues | Alan Coopersmith | |
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2020-06-21 | quiet a misleading warning in grammar | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2020-06-21 | indent lex/yacc files using xxx-indent (twm-indent uses GNU indent, which | Thomas E. Dickey | |
does not handle those files). Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2020-06-21 | add/use new function parseWarning, which honors -v/-q options | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-11-23 | an error in the action for warp-to-ring would produce two error messages | Thomas E. Dickey | |
because the case lacked a break-statement Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-07-16 | fix const-warnings in grammar using a non-const initializer | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-07-15 | fix gcc-normal compiler warnings, no object change | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2013-08-18 | Replace malloc(strlen()+1); strcpy(); pairs with strdup() | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-08-18 | Stop casting return values from malloc & calloc | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-07-31 | Delete trailing whitespace in non *.[ch] source files | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-07-31 | Make more functions static that aren't called from other files | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-07-31 | Use (void) to declare functions that take no arguments, instead of () | Alan Coopersmith | |
It's time for C89. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: <wharms@bfs.de> | |||
2013-07-18 | Constification cleanup - fix dozens of gcc warnings | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2005-03-11 | xc/programs/twm/add_window.c | Roland Mainz | |
xc/programs/twm/cursor.c xc/programs/twm/events.c xc/programs/twm/gc.c xc/programs/twm/gram.y xc/programs/twm/iconmgr.c xc/programs/twm/icons.c xc/programs/twm/list.c xc/programs/twm/menus.c xc/programs/twm/parse.c xc/programs/twm/resize.c xc/programs/twm/twm.c //bugs.freedesktop.org/show_bug.cgi?id=2566) attachment #2083 (https://bugs.freedesktop.org/attachment.cgi?id=2083) ANSI-fy twm window manager code. The conversion preserves the comments which annotate variables and function arguments (these have been moved into doxygen(esque?) "stubs" above each function. Patch by Mike Owens <etc@filespanker.com>. | |||
2004-04-23 | Merging XORG-CURRENT into trunkxprint_packagertest_20041217_basexprint_packagertest_20041125_baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGExprint_packagertest_20041217xprint_packagertest_20041125lg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAP | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | |