The MirOS Project

CVS log for contrib/code/jupp/bw.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
Thu Apr 8 15:30:37 2010 UTC (2 years, 1 month ago) by tg - 1004BBDF6C54CC9A0DB
Branches: MAIN
CVS tags: joe-3_1jupp18, joe-3_1jupp17, joe-3_1jupp16, joe-3_1jupp15, joe-3_1jupp14, HEAD
Diff to previous 1.14: preferred, coloured
Changes since revision 1.14: +3 -4 lines
Add --disable-getpwnam and clean up warnings

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Oct 18 16:08:32 2009 UTC (2 years, 7 months ago) by tg - 1004ADB3DAD31E1C7BB
Branches: MAIN
CVS tags: joe-3_1jupp12
Diff to previous 1.13: preferred, coloured
Changes since revision 1.13: +2 -2 lines
fixme is fulfilled ;)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Oct 18 16:07:15 2009 UTC (2 years, 7 months ago) by tg - 1004ADB3D5F5F696CD7
Branches: MAIN
Diff to previous 1.12: preferred, coloured
Changes since revision 1.12: +5 -5 lines
no snprintf for me please

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Oct 18 16:06:04 2009 UTC (2 years, 7 months ago) by tg - 1004ADB3D195604AD30
Branches: MAIN
Diff to previous 1.11: preferred, coloured
Changes since revision 1.11: +7 -7 lines
hex is uppercase!

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Oct 18 16:01:04 2009 UTC (2 years, 7 months ago) by tg - 1004ADB3BED3C5AAD23
Branches: MAIN
Diff to previous 1.10: preferred, coloured
Changes since revision 1.10: +7 -3 lines
fix for raw octet at EOL

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

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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Feb 18 22:33:45 2007 UTC (5 years, 3 months ago) by tg - 10045D8D46C7CE52506
Branches: MAIN
CVS tags: joe-3_1jupp9, joe-3_1jupp8, joe-3_1jupp11, joe-3_1jupp10
Diff to previous 1.7: preferred, coloured
Changes since revision 1.7: +4 -4 lines
use different replacement characters - fixes cursor position (joe_wcwidth…)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Feb 18 21:53:16 2007 UTC (5 years, 3 months ago) by tg - 10045D8CADE3C5AC949
Branches: MAIN
Diff to previous 1.6: preferred, coloured
Changes since revision 1.6: +7 -4 lines
display the U+FFFD in the correct width (more than once for validly
started but invalid multibyte sequences), underlined and reversed

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 18 21:34:39 2007 UTC (5 years, 3 months ago) by tg - 10045D8C6900510B4E7
Branches: MAIN
Diff to previous 1.5: preferred, coloured
Changes since revision 1.5: +3 -3 lines
instead of displaying invalid utf-8 as 'X' use U+FFFD - stage 1

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Nov 10 23:46:21 2006 UTC (5 years, 6 months ago) by tg - 10045550F687FCE82CC
Branches: MAIN
CVS tags: joe-3_1jupp7
Diff to previous 1.4: preferred, coloured
Changes since revision 1.4: +6 -4 lines
use from_uni only if needed (logic from outatr(), adapted accordingly)
XXX this stinks

Revision 1.4: 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.3: preferred, coloured
Changes since revision 1.3: +12 -4 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.3: download - view: text, markup, annotated - select for diffs
Fri Nov 10 21:10:51 2006 UTC (5 years, 6 months ago) by tg - 1004554EB0546B4C7B6
Branches: MAIN
Diff to previous 1.2: preferred, coloured
Changes since revision 1.2: +0 -160 lines
remove dead code

Revision 1.1.21.1: download - view: text, markup, annotated - select for diffs
Sat Feb 12 15:39:59 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: +752 -918 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:58 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: +5 -5 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