The MirOS Project

CVS log for contrib/code/jupp/rc.c

[BACK] Up to [The MirOS Project] / contrib / code / jupp

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Oct 4 22:25:28 2011 UTC (7 months, 2 weeks ago) by tg - 1004E8B8807642C8708
Branches: MAIN
CVS tags: joe-3_1jupp18, HEAD
Diff to previous 1.14: preferred, coloured
Changes since revision 1.14: +2 -7 lines
Unbreak passing -keymap on the command line

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jul 3 00:34:40 2011 UTC (10 months, 2 weeks ago) by tg - 1004E0FB941774BF3C1
Branches: MAIN
CVS tags: joe-3_1jupp17, joe-3_1jupp16, joe-3_1jupp15
Diff to previous 1.13: preferred, coloured
Changes since revision 1.13: +10 -1 lines
dynamic help string needed, e.g. jpico has ^G for help…

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jul 2 16:16:42 2011 UTC (10 months, 2 weeks ago) by tg - 1004E0F449746AE3E2F
Branches: MAIN
Diff to previous 1.12: preferred, coloured
Changes since revision 1.12: +14 -14 lines
Better error messages when parsing syntax and rc files

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 8 15:30:38 2010 UTC (2 years, 1 month ago) by tg - 1004BBDF6C54CC9A0DB
Branches: MAIN
CVS tags: joe-3_1jupp14
Diff to previous 1.11: preferred, coloured
Changes since revision 1.11: +31 -32 lines
Add --disable-getpwnam and clean up warnings

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Oct 18 14:52:32 2009 UTC (2 years, 7 months ago) by tg - 1004ADB2BD317498872
Branches: MAIN
CVS tags: joe-3_1jupp12
Diff to previous 1.10: preferred, coloured
Changes since revision 1.10: +35 -3 lines
backport hex editing mode from joe 3.7 for waga as late birthday present

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Oct 18 14:17:10 2009 UTC (2 years, 7 months ago) by tg - 1004ADB237E67C2F65E
Branches: MAIN
Diff to previous 1.9: preferred, coloured
Changes since revision 1.9: +9 -8 lines
add built-in (minimal) jupprc, for stand-alone things
backported from joe 3.7 (Debian)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Oct 6 09:07:06 2009 UTC (2 years, 7 months ago) by tg - 1004ACB08E905F8F83E
Branches: MAIN
Diff to previous 1.8: preferred, coloured
Changes since revision 1.8: +5 -1 lines
provide hooks for Debian libbsd via autoconf headers

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Sep 16 13:29:04 2009 UTC (2 years, 8 months ago) by tg - 1004AB0E84B7173C992
Branches: MAIN
Diff to previous 1.7: preferred, coloured
Changes since revision 1.7: +2 -2 lines
debian porting compiler warnings

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jul 28 00:11:43 2008 UTC (3 years, 9 months ago) by tg - 100488D0E7907247606
Branches: MAIN
CVS tags: joe-3_1jupp11, joe-3_1jupp10
Diff to previous 1.6: preferred, coloured
Changes since revision 1.6: +3 -3 lines
rename symbol to avoid clash:

/usr/bin/ld: warning multiple definitions of symbol _beep
cmd.o definition of _beep in section (__DATA,__data)
/private/var/tglaser/iSDK/lib/libncurses.dylib(single module) definition of _beep

found during native(!) compilation on iPhone 3G (Darwin 9.3.1
iPhoneOS 2.0 iPhone1,2 arm N82AP), with gcc from saurik iphone-gcc
and headers and libraries copied from the 2.0 SDK. (It works fine.)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Dec 11 23:54:27 2006 UTC (5 years, 5 months ago) by tg - 100457DEFC626A6A05C
Branches: MAIN
CVS tags: joe-3_1jupp9, joe-3_1jupp8
Diff to previous 1.5: preferred, coloured
Changes since revision 1.5: +9 -9 lines
mostly administrative licence sync w/ current template

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Nov 11 01:20:12 2006 UTC (5 years, 6 months ago) by tg - 1004555256E46D3F998
Branches: MAIN
CVS tags: joe-3_1jupp7
Diff to previous 1.4: preferred, coloured
Changes since revision 1.4: +86 -32 lines
align option menu nicely and print sub-menu item values

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 11 00:21:55 2006 UTC (5 years, 6 months ago) by tg - 100455517C302E9791B
Branches: MAIN
Diff to previous 1.3: preferred, coloured
Changes since revision 1.3: +8 -4 lines
fix noxon option; add baud option (doesn't immediately take effect tho)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 10 23:23:07 2006 UTC (5 years, 6 months ago) by tg - 100455509573940FA03
Branches: MAIN
Diff to previous 1.2: preferred, coloured
Changes since revision 1.2: +9 -5 lines
* types.h, rc.c: extend per-file options by new "vispace" (visible spaces)
* rc.c: assign options menu entry for "vispace"
* bw.c: implement "vispace" by displaying a replacement character for any
  space or a tab's first column if enabled
* charmap.h: increment unicode-to-8bit mapping table size
* charmap.c: ensure the two replacement characters we use in bw.c for the
  visibled spaces and tabs are always mapped to something
* rc.c: make "noxon" an options menu entry and move it and "keepup" to top
* rc.c: fix out-of-bounds in options menu routines

Revision 1.1.21.1: download - view: text, markup, annotated - select for diffs
Sat Feb 12 15:40:00 2005 UTC (7 years, 3 months ago) by tg
Branches: joe28
CVS tags: joe-2_8jupp2, joe-2_8jupp1, joe-2_8-msdos, joe-2_8
Diff to previous 1.1: preferred, coloured next main 1.2: preferred, coloured
Changes since revision 1.1: +837 -990 lines
Import joe-2.8 sources into vendor branch so it doesn't get lost

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 5 02:41:59 2005 UTC (7 years, 3 months ago) by tg
Branches: MAIN
CVS tags: joe-3_1jupp6, joe-3_1jupp5, joe-3_1jupp4
Diff to previous 1.1: preferred, coloured
Changes since revision 1.1: +10 -7 lines
Update the non-generated files to joe-3.1jupp2

Revision 1.1.201.1: download - view: text, markup, annotated - select for diffs
Sat Feb 5 00:37:02 2005 UTC (7 years, 3 months ago) by tg
Branches: tg
CVS tags: joe-3_1
Diff to previous 1.1: preferred, coloured next main 1.2: preferred, coloured
Changes since revision 1.1: +0 -0 lines
JOE's Own Editor 3.1

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 5 00:37:02 2005 UTC (7 years, 3 months ago) by tg
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Valid XHTML/1.0 Transitional! — CVSweb for MirOSChangeLog