0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 11 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Tommy Pettersson <[email protected]> More... over 19 years ago
* Tommy Pettersson <[email protected]> More... over 19 years ago
* Tommy Pettersson <[email protected]> More... over 19 years ago
Fix my email address, and a typo More... over 20 years ago
Document the cursorControl resource More... over 20 years ago
Fix bug in handling of padding in cases such as %2x, spotted by Russ Cox <[email protected]>. Add single test case (there should be more, but time's short).
mhw
More... over 24 years ago
Fix some dubious casts - they're still dubious, but at least the compiler doesn't complain.
mhw
More... over 24 years ago
Fixes for 24-bit deep displays, mainly taken from the wily version of libXg
mhw
More... almost 25 years ago
Fix for Solaris 7, where caddr_t is declared as `typedef char *caddr_t;'
mhw
More... almost 25 years ago
Add instructions about the X resource to enable extended key mappings.
mhw
More... about 25 years ago
Bump version numbers to 1.0
mhw
More... about 25 years ago
Add code to enable cursor keys control codes only when cursorControl X resource is set to true.
mhw
More... about 25 years ago
Add command to pull in files for libtool (not sure whether this is 100% necessary, but it's explicit).
mhw
More... about 25 years ago
Add code to check that the wily executable will actually run. In some cases we need to set LD_LIBRARY_PATH to pick up shared libraries on some systems.
mhw
More... over 25 years ago
Must export our CONFIG_SITE setting to override the user's.
mhw
More... over 25 years ago
Don't unset CONFIG_SITE. It causes the shell to exit (-e) if the variable wasn't set before.
mhw
More... over 25 years ago
Check for an ANSI compiler for those platforms where it matters. Ensure we use a recent autoconf so we don't get the buggy SUBDIRS recursion code.
mhw
More... over 25 years ago
Need to include u.h to get Rune definition, amongst other things.
mhw
More... over 25 years ago
Run automake after autoconf; otherwise configure gets omitted from distributions when they're built from a fresh CVS export.
mhw
More... over 25 years ago
Add support for printing Runes using the %C and %S verbs. Add support for formatting strings with a limit on the number of output characters (e.g. print("%.10s", longstring);).
mhw
More... over 25 years ago
Add any parameters passed to test script to each configure invocation. Allows testing of shared and static stuff.
mhw
More... over 25 years ago
Redo distribution test script to work with Bourne shell. Add to distribution.
mhw
More... over 25 years ago
Use stub #include files to work around automake not supporting cross- directory builds.
mhw
More... over 25 years ago
Documentation updates.
mhw
More... over 25 years ago
Don't assume that 9libs is installed when building wily on its own. Make a temporary installation and use that instead.
mhw
More... over 25 years ago
Install conf9libs.h into a machine-specific directory.
mhw
More... over 25 years ago
Added argv0 for ARGBEGIN macros
mhw
More... over 25 years ago
Add ARGBEGIN, ARGEND and co. from the tcs distribution.
mhw
More... over 25 years ago
Update email address.
mhw
More... over 25 years ago
Bug fix: ffree() free()s the same block of memory twice.
mhw
More... over 25 years ago