11
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 20 hours ago.
Nov 10, 2024 — Nov 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
menu.c: Fix a 'major' 64bit bug: we were passing a pointer to int instead of pointer to pointer. This fixes the crash with NEdit/LessTif on alpha when selecting the Window menu item!! More... almost 25 years ago
menu.c: Fix a 'major' 64bit bug: we were passing a pointer to int instead of pointer to pointer. This fixes the crash with NEdit/LessTif on alpha when selecting the Window menu item!! More... almost 25 years ago
preferences.c: drop unused #include <errno.h> More... almost 25 years ago
preferences.c: drop unused #include <errno.h> More... almost 25 years ago
interpret.c prefFile.*: add 'const' to some more functions' signature More... almost 25 years ago
interpret.c prefFile.*: add 'const' to some more functions' signature More... almost 25 years ago
server.c nc.c: add checks whether some system calls succeed (e.g. uname()) changed signature of getHostName() and getUserName More... almost 25 years ago
server.c nc.c: add checks whether some system calls succeed (e.g. uname()) changed signature of getHostName() and getUserName More... almost 25 years ago
DialogF.c misc.c prefFile.c printUtils.c: add 'const' to some functions' signatures More... almost 25 years ago
DialogF.c misc.c prefFile.c printUtils.c: add 'const' to some functions' signatures More... almost 25 years ago
file.c help.c highlight.c highlightData.c: Replace improper <0> as last argument in XtVa*() interface calls by <NULL> More... almost 25 years ago
file.c help.c highlight.c highlightData.c: Replace improper <0> as last argument in XtVa*() interface calls by <NULL> More... almost 25 years ago
Replace debugging code of divide by 0 with a more proper assert. Dividing by zero generated warnings on lots of compilers. More... almost 25 years ago
Replace debugging code of divide by 0 with a more proper assert. Dividing by zero generated warnings on lots of compilers. More... almost 25 years ago
window.c: drop declaration of _XEditResCheckMessages(); should be in according header Fix compiler warning about boolean expression More... almost 25 years ago
window.c: drop declaration of _XEditResCheckMessages(); should be in according header Fix compiler warning about boolean expression More... almost 25 years ago
Makefile: do not list CVS/ subdir when running 'make' without argument README: cosmetics (re-formatting) add pointer to makefiles/Makefile.generic which explains our current -D compiler options More... almost 25 years ago
Makefile: do not list CVS/ subdir when running 'make' without argument README: cosmetics (re-formatting) add pointer to makefiles/Makefile.generic which explains our current -D compiler options More... almost 25 years ago
getfiles.c: - add 'cont' add some places (as I realized we are already using it, so we don't discuss systems w/o here) - drop */errno.h #includes (I couldn't see any usage of it currently) More... almost 25 years ago
getfiles.c: - add 'cont' add some places (as I realized we are already using it, so we don't discuss systems w/o here) - drop */errno.h #includes (I couldn't see any usage of it currently) More... almost 25 years ago
Fix for bug 130164: force X headers to include full prototype information. More... almost 25 years ago
Fix for bug 130164: force X headers to include full prototype information. More... almost 25 years ago
help.c: switch to "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ] Compiler warning on AIX4.3.2 in window.c More... almost 25 years ago
help.c: switch to "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ] Compiler warning on AIX4.3.2 in window.c More... almost 25 years ago
*.c: The XmNnumChildren resource if of type 'Cardinal', not 'int' More... almost 25 years ago
*.c: The XmNnumChildren resource if of type 'Cardinal', not 'int' More... almost 25 years ago
textBuf.c: fix for SF [Bug #115195 ] textBuf.c:862 warning: '/*' within comment More... almost 25 years ago
textBuf.c: fix for SF [Bug #115195 ] textBuf.c:862 warning: '/*' within comment More... almost 25 years ago
shell.c: change some "Nedit" strings to "NEdit". properly end an execl() parameter list by (char *)0 More... almost 25 years ago
shell.c: change some "Nedit" strings to "NEdit". properly end an execl() parameter list by (char *)0 More... almost 25 years ago