1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
Oct 24, 2024 — Oct 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
pre5.1 change 15: Use /etc/ld.so.conf to located system lib paths. More... over 12 years ago
pre5.1 change 14: Removed some unused variables More... over 13 years ago
most pre5.1 change 13: fclose was not being called when acting as cat. More... almost 15 years ago
most pre5.1-12: Updated autoconf related files More... almost 15 years ago
pre5.1.0 change 11: Changed help message, (void)chdir. More... almost 15 years ago
pre5.1.0 change 10: Avoid looping too many times when going to the end of the buffer. More... about 15 years ago
pre5.1.0 change 9: (do not wrap lines whose display width is equal to the terminal width and contains trailing color sequences) More... about 15 years ago
pre5.1.0 change 8: skip trailing color escape sequences when moving forward More... about 15 years ago
Tweaked the wrapped color change-- no version update. More... about 15 years ago
pre5.1.0 changes 7 (wrapping colors) More... about 15 years ago
most pre5.1.0 changes 4-6 4. src/line.c: removed redundant switch in the most_forward_columns function. 5. src/buffer.c: avoid call to SLutf8_skip_char if the character is ascii. 6. src/file.c: Added an option to most_read_file_dsc to skip the line count and made use of it in search.c to speed up the searches a bit. More... about 17 years ago
most pre5.1 change 3 3. most.1: Typo corrected (Stephane Blondon) More... over 17 years ago
most pre5.1 change 2 2. src/most.h,sysdep.c: win32-specific patches (Andrew Wu) More... over 17 years ago
Updated Makefile.in -- to be released as 5.0.0a 1. src/Makefile.in: Install docs in $prefix/share/doc More... about 18 years ago
Updated version number for the release More... about 18 years ago
17. src/line.c: An ascii character+combining character was not being handled. More... about 18 years ago
Grrr... AC_CANONICAL_HOST needed to be called sooner in the config file More... about 18 years ago
Make sure SLANG_DLL_CFLAGS gets set More... about 18 years ago
Fix CFLAGS for cygwin More... about 18 years ago
This file is autogenerated More... about 18 years ago
Updated aclocal.m4 with cygwin updates More... about 18 years ago
Added a comment about building on cygwin More... about 18 years ago
most pre-5.0.0 change 16 16. src/window.c: Added an error hook to prevent slang from writing to stderr. More... about 18 years ago
most pre5.0.0 change 15 15. src/line.c: Added support for embedded ansi-color escape sequences, e.g., `ls --color | most` More... over 18 years ago
most pre5.0.0 changes 13-14 13. src/keym.c: Added "find_next_other_dir" function and bound it to N. 14. src/most.c: New commandline switch: "-d". This switch disables the display of the \ character used to denote a wrapped line. More... over 18 years ago
most pre-5.0.0 changes 11-12 11. src/file.c: Filenames are quoted before being passed to the unzip program. 12. src/sysdep.c: Check the process group id of the terminal and if it does not match that of most, then exit. More... over 18 years ago
most pre5.0.0 change 11 11. src/file.c: Filenames are quoted before being passed to the unzip program. Also copyrights were updated on all source files. More... over 18 years ago
most pre5.0.0 change 10 10. src/edit.c: Filenames are quoted before being passed to the shell for editing. More... over 18 years ago
pre5.0.0 change 9 9. src/search.c: Added `#undef SLANG_REGEXP' and `#undef HAVE_V8_REGCOMP' until the regexp searches are rewritten. More... about 19 years ago
pre5.0.0 change 8: 8. src/sysdep.c: In most_getkey, if SLang_getkey returns an error, then just exit. More... about 19 years ago