Bill Currie
|
7444371162
|
Disable bolding for special chars.
If an escape sequence is used to access a char, the the programmer probably
wanted that char, regardless of the current bolding mode.
|
2012-07-14 17:47:34 +09:00 |
|
Bill Currie
|
3b8141691e
|
Fix a bunch of continue vs break issues.
|
2012-07-14 17:26:13 +09:00 |
|
Bill Currie
|
4055d9a435
|
Add support for \s escapes to qfcc.
I guess \s is an fteqcc extention for toggling bold characters. At the
request of freewill.
|
2012-07-14 11:47:26 +09:00 |
|
Bill Currie
|
bc1b483525
|
Nuke the rcsid stuff.
It's pretty useless in git.
|
2012-04-22 10:56:32 +09:00 |
|
Bill Currie
|
e1158a83f0
|
Begin work on rewriting obj_file.c for the new format.
|
2011-02-22 15:42:49 +09:00 |
|
Bill Currie
|
4c11304c8d
|
Documentation tweaks.
|
2011-02-21 08:41:03 +09:00 |
|
Bill Currie
|
0624408317
|
Move the diagnostic functions into their own file.
|
2011-01-24 21:54:57 +09:00 |
|
Bill Currie
|
d618e51dc8
|
Move save_string and make_string into strpool
Might not be the perfect place, but at least they're strongly related.
|
2011-01-24 21:32:48 +09:00 |
|
Bill Currie
|
3fb03fc2be
|
hah, should have been using __attribute__((used)) all that time (rather
than __attribute__((unused))). fixes the missing console in -x11
|
2005-08-04 15:27:09 +00:00 |
|
Bill Currie
|
761a7546dd
|
re-arrange things so __attribute__ and __builtin_expect are properly
autoconfiscated so rcsid will continue to work with gcc 3.3
|
2003-01-15 15:31:36 +00:00 |
|
Bill Currie
|
498bdcc406
|
compile fixes for alpha linux
|
2002-11-10 02:50:42 +00:00 |
|
Bill Currie
|
5b98893003
|
bah, getting my "last changes vs last compile" backwards again :/
|
2002-07-05 20:19:13 +00:00 |
|
Bill Currie
|
8a402381e6
|
redo how progs strings are stored so multiple pools can exist
|
2002-07-05 20:02:10 +00:00 |
|