|
|
|
@3574
|
[3574]
|
09/12/07 14:59:14 |
tg |
use MAP_PRIVATE, so that this works on Linux as well
10x austriancoder@ |
|
|
|
@3488
|
[3488]
|
08/13/07 17:09:52 |
tg |
begin working on default values, but I'm going to have to … |
|
|
|
@3487
|
[3487]
|
08/13/07 16:55:59 |
tg |
add some more helpers for important tasks |
|
|
|
@3486
|
[3486]
|
08/13/07 16:45:58 |
tg |
better, much much better |
|
|
|
@3476
|
[3476]
|
08/10/07 13:52:23 |
tg |
add some data for input validation, to be used later |
|
|
|
@3475
|
[3475]
|
08/09/07 18:52:10 |
tg |
track (struct parser_res)->itype stronger than (struct … |
|
|
|
@3474
|
[3474]
|
08/09/07 18:43:04 |
tg |
optimise |
|
|
|
@3473
|
[3473]
|
08/09/07 18:41:19 |
tg |
fixes |
|
|
|
@3472
|
[3472]
|
08/09/07 18:38:17 |
tg |
more debugging, and fix varexpand to be actually working |
|
|
|
@3471
|
[3471]
|
08/09/07 18:28:02 |
tg |
work on lookup stuff; next: unbreak varexpand… |
|
|
|
@3470
|
[3470]
|
08/09/07 18:04:11 |
tg |
track the _real_ entry type, for varname expansion:
• KWT_MULTI etc. with … |
|
|
|
@3469
|
[3469]
|
08/09/07 17:50:43 |
tg |
referencing undefined variables yields a warning at -d |
|
|
|
@3468
|
[3468]
|
08/09/07 17:46:10 |
tg |
algorithm for variable expansion, dead simple:
• first, variables are … |
|
|
|
@3467
|
[3467]
|
08/09/07 17:24:47 |
tg |
this is how it goes farther |
|
|
|
@3466
|
[3466]
|
08/09/07 17:13:57 |
tg |
fix a syntax error ☺ tab, not space
cought by the nfotiser |
|
|
|
@3465
|
[3465]
|
08/09/07 17:12:02 |
tg |
add filename to syntax error messages |
|
|
|
@3464
|
[3464]
|
08/09/07 17:08:25 |
tg |
that one can now be omitted
we'll have to make sure that a kw_iter of 0 is … |
|
|
|
@3463
|
[3463]
|
08/09/07 17:04:31 |
tg |
even cooler output, and I bet nobody will understand the output,
the … |
|
|
|
@3462
|
[3462]
|
08/09/07 16:57:19 |
tg |
improve dumping |
|
|
|
@3461
|
[3461]
|
08/09/07 16:53:21 |
tg |
• new keyword type MULTITOP = multi + optional iterator
• change a little … |
|
|
|
@3460
|
[3460]
|
08/09/07 16:05:23 |
tg |
fix these bugs and add line numbers to syntax errors as bonus |
|
|
|
@3459
|
[3459]
|
08/09/07 15:50:32 |
tg |
add some debugging – enough to find the endless loop |
|
|
|
@3458
|
[3458]
|
08/09/07 15:44:30 |
tg |
better debugging |
|
|
|
@3457
|
[3457]
|
08/09/07 15:40:07 |
tg |
hook parser and dumper into main loop, seems to loop and hog all mem tho, … |
|
|
|
@3456
|
[3456]
|
08/09/07 15:18:23 |
tg |
fix |
|
|
|
@3455
|
[3455]
|
08/09/07 15:10:50 |
tg |
finish the parser (hopefully), add a dumper |
|
|
|
@3454
|
[3454]
|
08/09/07 14:04:34 |
tg |
mooore |
|
|
|
@3453
|
[3453]
|
08/09/07 13:51:36 |
tg |
handle NULL pointers in str_add, str_nadd |
|
|
|
@3452
|
[3452]
|
08/09/07 13:22:16 |
tg |
sometimes, the best ideas come on the way to work
after mmapping the file, … |
|
|
|
@3449
|
[3449]
|
08/08/07 18:51:04 |
tg |
+spec |
|
|
|
@3447
|
[3447]
|
08/08/07 18:14:20 |
tg |
useful stuff for the .nfo parser |
|
|
|
@3446
|
[3446]
|
08/08/07 16:55:33 |
tg |
more, but I'm hungry now and unable to concentrate |
|
|
|
@3445
|
[3445]
|
08/08/07 16:33:42 |
tg |
better proto |
|
|
|
@3444
|
[3444]
|
08/08/07 16:32:17 |
tg |
first cut at the parser data types
thanks to bsiegert@mbsd for discussing … |
|
|
|
@3443
|
[3443]
|
08/08/07 14:45:20 |
tg |
• use libdl (required on GNU/Lunox)
• fix categories decl (oops…)
• insert … |
|
|
|
@3442
|
[3442]
|
08/08/07 14:39:17 |
tg |
allow ISO C99 and GCC constructs |
|
|
|
@3441
|
[3441]
|
08/08/07 14:29:18 |
tg |
the x-version of dbexecv() |
|
|
|
@3440
|
[3440]
|
08/08/07 14:23:25 |
tg |
support querying the category database
bsearch idea/syntax taken from … |
|
|
|
@3439
|
[3439]
|
08/08/07 14:20:41 |
tg |
don't build fwcf host tools for now, until fwcf/info.mk is generated |
|
|
|
@3438
|
[3438]
|
08/08/07 13:19:58 |
tg |
try to cleanup botched commit; svn sucks even worse than cvs in this … |
|
|
|
@3437
|
[3437]
|
08/08/07 13:19:12 |
tg |
try to cleanup botched commit; svn sucks even worse than cvs in this … |
|
|
|
@3436
|
[3436]
|
08/08/07 13:17:53 |
tg |
try to cleanup botched commit; svn sucks even worse than cvs in this … |
|
|
|
@3435
|
[3435]
|
08/08/07 13:17:11 |
tg |
try to cleanup botched commit; svn sucks even worse than cvs in this … |
|
|
|
@3434
|
[3434]
|
08/08/07 13:15:49 |
tg |
try to cleanup botched commit; svn sucks even worse than cvs in this … |
|
|
|
@3433
|
[3433]
|
08/08/07 13:15:45 |
tg |
try to cleanup botched commit; svn sucks even worse than cvs in this … |
|
|
|
@3432
|
[3432]
|
08/08/07 13:15:02 |
tg |
try to cleanup botched commit; svn sucks even worse than cvs in this … |
|
|
|
@3431
|
[3431]
|
08/08/07 13:14:39 |
tg |
try to cleanup botched commit; svn sucks even worse than cvs in this … |
|
|
|
@3430
|
[3430]
|
08/08/07 13:13:19 |
tg |
try to cleanup botched commit; svn sucks even worse than cvs in this … |
|
|
|
@3429
|
[3429]
|
08/08/07 13:12:37 |
tg |
try to cleanup botched commit; svn sucks even worse than cvs in this … |
|
|
|
@3428
|
[3428]
|
08/08/07 13:11:34 |
tg |
try to cleanup botched commit; svn sucks even worse than cvs in this … |
|
|
|
@3427
|
[3427]
|
08/08/07 13:08:41 |
tg |
merge in trunk rev. 3426 |
|
|
|
@3277
|
[3277]
|
07/18/07 18:58:32 |
tg |
fix: it's DISTFILE_<n> – DISTFILES is the number of them, oops |
|
|
|
@3276
|
[3276]
|
07/18/07 18:57:51 |
tg |
convert fwwif too, more samples don't hurt |
|
|
|
@3275
|
[3275]
|
07/18/07 16:22:39 |
tg |
nfo conversion of busybox – child's play due to the recent changes in … |
|
|
|
@3274
|
[3274]
|
07/18/07 16:18:59 |
tg |
more nfo conversion |
|
|
|
@3273
|
[3273]
|
07/18/07 16:18:18 |
tg |
adjust with DB draft |
|
|
|
@3272
|
[3272]
|
07/18/07 16:13:36 |
tg |
oeps |
|
|
|
@3271
|
[3271]
|
07/18/07 15:59:45 |
tg |
• fix nfo draft
• fix fwcf info.nfo file
• convert mksh to info.nfo |
|
|
|
@3270
|
[3270]
|
07/18/07 15:30:55 |
tg |
merge the rest |
|
|
|
@3269
|
[3269]
|
07/18/07 15:28:41 |
tg |
• merge package/fwcf/
• revert package/base-files/ to non-NFO |
|
|
|
@3268
|
[3268]
|
07/18/07 15:23:19 |
tg |
merge tools/ |
|
|
|
@3267
|
[3267]
|
07/18/07 15:19:55 |
tg |
merge mk/ |
|
|
|
@3266
|
[3266]
|
07/18/07 15:18:22 |
tg |
merge Docs/ |
|
|
|
@3265
|
[3265]
|
07/18/07 14:45:43 |
tg |
copy trunk/freewrt r3264 into a new branch for making the nfo … |
|
copied from trunk/freewrt:
|
|
|
|
@3264
|
[3264]
|
07/18/07 14:15:32 |
tg |
fix dependency calculation |