|
|
@1450
|
17 years |
bird |
cosmetics.
|
|
|
@1449
|
17 years |
bird |
Fixed massive collision issue with variable_hash_1i.
|
|
|
@1448
|
17 years |
bird |
Tuning.
|
|
|
@1447
|
17 years |
bird |
tuning.
|
|
|
@1446
|
17 years |
bird |
Using the variable buffer for temp storage is (probably) fast, smaller …
|
|
|
@1445
|
17 years |
bird |
Fixed evalval and evalcall - eval_buffer will change the input, so a …
|
|
|
@1444
|
17 years |
bird |
Increased SMALL_SCOPE_VARIABLE_BUCKETS to avoid massive collitions …
|
|
|
@1443
|
17 years |
bird |
fixed another bug.
|
|
|
@1442
|
17 years |
bird |
fixes.
|
|
|
@1440
|
17 years |
bird |
Added comp-cmds-ex, commands, commands-sc and commands-usr. Added a …
|
|
|
@1439
|
17 years |
bird |
CONFIG_WITH_EVALPLUS: evalctx, evalval, evalvalctx, evalcall and …
|
|
|
@1438
|
17 years |
bird |
Added $(make-stats ) that provides access to memory and hash stats (if …
|
|
|
@1437
|
17 years |
bird |
local variables requires more space for storing the origin value in …
|
|
|
@1423
|
17 years |
bird |
Fixed bug in the CreateProcess failure handling, should now fail …
|
|
|
@1422
|
17 years |
bird |
More on the ticket #30 testcase.
|
|
|
@1419
|
17 years |
bird |
added a testcase for ticket #30.
|
|
|
@1409
|
17 years |
bird |
Made a variation of the $(eval) function call evalctx that pushes and …
|
|
|
@1408
|
17 years |
bird |
Implemented local variable definitions - CONFIG_WITH_LOCAL_VARIABLES.
|
|
|
@1397
|
17 years |
bird |
Seems '_.' is a bad idea, use 'dt'.
|
|
|
@1396
|
17 years |
bird |
Don't allow '..' elements in the objbase, convert them to '_.'.
|
|
|
@1393
|
17 years |
bird |
Added an --output/-o option for use with -p.
|
|
|
@1387
|
17 years |
bird |
Fixed typo in $(libpath).
|
|
|
@1386
|
17 years |
bird |
added testcase for the $(libpath ) function (OS/2).
|
|
|
@1383
|
17 years |
bird |
Added $(libpath var,val) for accessing the OS/2 library paths.
|
|
|
@1377
|
17 years |
bird |
Added some KMK_OPTS_* variables to allow makefiles to deal with -j N …
|
|
|
@1376
|
17 years |
bird |
Bail out on = and : too (see ash/expand.c).
|
|
|
@1374
|
17 years |
bird |
Second try on the fix.
|
|
|
@1373
|
17 years |
bird |
Don't get excited about the ~ in 8.3 file names, avoid lot's of slow …
|
|
|
@1372
|
17 years |
bird |
Fixed endless recursion caused by a missed sh_char_sh reference that …
|
|
|
@1356
|
17 years |
bird |
Fixed busted --changed implementation. It leaked a handle if the files …
|
|
|
@1340
|
17 years |
bird |
Made bootstrap work. (kmk_redirect + version.c clash)
|
|
|
@1335
|
17 years |
bird |
Fix strlcpy warnings on darwin.
|
|
|
@1334
|
17 years |
bird |
fixed warnings.
|
|
|
@1333
|
17 years |
bird |
More annoying warnings.
|
|
|
@1330
|
17 years |
bird |
include prototype for _dyld_get_image_name.
|
|
|
@1329
|
17 years |
bird |
fixed a few warnings the broken --help and --version for install.
|
|
|
@1328
|
17 years |
bird |
include our getopt.h
|
|
|
@1327
|
17 years |
bird |
include getopt.h.
|
|
|
@1324
|
17 years |
bird |
Check KMKFLAGS the other place too.
|
|
|
@1321
|
17 years |
bird |
Fix stat(./).
|
|
|
@1320
|
17 years |
bird |
don't crash in usage().
|
|
|
@1318
|
17 years |
bird |
no xmalloc in the kmk_test link.
|
|
|
@1317
|
17 years |
bird |
build fix.
|
|
|
@1316
|
17 years |
bird |
main prototype fix.
|
|
|
@1313
|
17 years |
bird |
Fixed --affinity and corrected --priority help.
|
|
|
@1310
|
17 years |
bird |
combined the bulk of the cmp stuff into cmp_util.c. implemented cp …
|
|
|
@1309
|
17 years |
bird |
combined the bulk of the cmp stuff into cmp_util.c. implemented cp …
|
|
|
@1308
|
17 years |
bird |
Added two new options: -C <dir> and -E var=val.
|
|
|
@1307
|
17 years |
bird |
Empty strings are 0 bytes long…
|
|
|
@1306
|
17 years |
bird |
fixed argument mixup. added help for kmk options.
|
|
|
@1305
|
17 years |
bird |
fixed argument mixup. added help for kmk options.
|
|
|
@1303
|
17 years |
bird |
Added an --affinity option.
|
|
|
@1302
|
17 years |
bird |
Moved kmk_redirect.
|
|
|
@1299
|
17 years |
bird |
show batchfile content.
|
|
|
@1298
|
17 years |
bird |
better check for the kmk shell. don't freak out and use the shell on …
|
|
|
@1297
|
17 years |
bird |
Skip blank program argument (kmk).
|
|
|
@1294
|
17 years |
bird |
copy & past bug.
|
|
|
@1293
|
17 years |
bird |
spaces
|
|
|
@1292
|
17 years |
bird |
Added kmk_builtin_test and kmk_test - a slightly modified version of …
|
|
|
@1291
|
17 years |
bird |
NetBSD src/bin/test/test.c, revision 1.33.
|
|
|
@1290
|
17 years |
bird |
Allow builtins to spawn and schedule spawning.
|
|
|
@1287
|
17 years |
bird |
Added --ignore-non-existing and --changed flags. (latter not implemented)
|
|
|
@1280
|
17 years |
bird |
print_version fix.
|
|
|
@1279
|
17 years |
bird |
KMKFLAGS for users.
|
|
|
@1274
|
17 years |
bird |
Updated to version 0.1.2
|
|
|
@1269
|
17 years |
bird |
Fixed handle leak.
|
|
|
@1264
|
17 years |
bird |
fixed usage.
|
|
|
@1263
|
17 years |
bird |
Some notes for profiling (on windows).
|
|
|
@1262
|
17 years |
bird |
for profiling window on windows.
|
|
|
@1261
|
17 years |
bird |
KMK_PRF
|
|
|
@1258
|
17 years |
bird |
We have a default shell, don't waste time searing for something we've …
|
|
|
@1246
|
17 years |
bird |
Solaris build fixes.
|
|
|
@1231
|
17 years |
bird |
Strip both \r\n and \n.
|
|
|
@1195
|
17 years |
bird |
place holder.
|
|
|
@1194
|
17 years |
bird |
Fixed a couple of slash problems in cp and install (dos based systems).
|
|
|
@1193
|
17 years |
bird |
16KB -> 256KB copy buffer for windows.
|
|
|
@1192
|
17 years |
bird |
16KB -> 256KB copy buffer for windows.
|
|
|
@1190
|
17 years |
bird |
Mixed help and version.
|
|
|
@1186
|
17 years |
bird |
aligned the version message.
|
|
|
@1183
|
17 years |
bird |
Added --version and --help to all builtins.
|
|
|
@1181
|
17 years |
bird |
added variable assignment to the includedep parser.
|
|
|
@1180
|
17 years |
bird |
don't free twice.
|
|
|
@1179
|
17 years |
bird |
eol-style - native.
|
|
|
@1173
|
17 years |
bird |
oops.
|
|
|
@1172
|
17 years |
bird |
just try open it and then check whether to keep quiet about it or not.
|
|
|
@1171
|
17 years |
bird |
Added a $(which ) function. takes any number of args, with or without …
|
|
|
@1170
|
17 years |
bird |
GCC starts with an empty ' \' line.
|
|
|
@1169
|
17 years |
bird |
reworte it to use a whole file buffer so we can use mmap later…
|
|
|
@1168
|
17 years |
bird |
Wrote the eval_include_dep parser.
|
|
|
@1167
|
17 years |
bird |
skip some unnecessary system calls during process creation and termination.
|
|
|
@1166
|
17 years |
bird |
reverted accidental commit of some debug code.
|
|
|
@1165
|
17 years |
bird |
Optimized kDebIDB a bit for Windows; use nt_fullpath and map the IDB …
|
|
|
@1164
|
17 years |
bird |
Ctrl-C/Break stuff ported to 64-bit windows too.
|
|
|
@1163
|
17 years |
bird |
proto.
|
|
|
@1162
|
17 years |
bird |
Made kDepIDB into an builtin command to try speed up windows…
|
|
|
@1154
|
17 years |
bird |
md5sum.
|
|
|
@1151
|
17 years |
bird |
On solaris rmdir returns EEXIST instead of ENOTEMPTY.
|
|
|
@1141
|
17 years |
bird |
unused
|
|
|
@1140
|
17 years |
bird |
typo.
|
|
|
@1134
|
17 years |
bird |
Fixed termination problem in the append/prepend code.
|
|
|