source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2277   16 years bird kmk: Testcase for teh $(if-expr 1==2,) crash. References #85.
(edit) @2276   16 years bird kmk: Do not crash if $(if-expr ) is missing the 3rd argument, it is …
(edit) @2270   16 years bird kDep.c: Fixed typo breaking with gcc 3.3.5 fprintf optimizations.
(edit) @2269   16 years bird k/kTypes.h: Added some big union types that will come in handy when …
(edit) @2268   16 years bird Import kLdrFmts/pe.h from kStuff.
(edit) @2267   16 years bird kDepObj: Taught it how to parse .debug$S section and find the source …
(edit) @2266   16 years bird Config.kmk, Makefile.am: 0.1.5 -> 0.1.98 (pre 0.2.0)
(edit) @2264   16 years bird kmk_time: a shot at ticket #77. References #77
(edit) @2263   16 years bird kDepObj: Initial code that deals with Watcom and MASM OMF files.
(edit) @2249   17 years bird Use our fts.c (see bootstrap.gmk, it's copy ftsfake.h around).
(edit) @2248   17 years bird kbuild.c: dlopen/dlinfo doesn't hold what was promissed (FreeBSD), …
(edit) @2247   17 years bird kbuild.c/FreeBSD: Alternative method for obtaining the executable address.
(edit) @2243   17 years bird *: Updated copyright to 2009 and normalized name & email.
(edit) @2235   17 years bird kbuild.c: added todo for #80.
(edit) @2224   17 years bird kBuild: Implemented flex and yacc/bison support. Fixes #18.
(edit) @2206   17 years bird cp.c: solaris build fix (strlcpy).
(edit) @2204   17 years bird kmk: strlcpy build fix for windows.
(edit) @2203   17 years bird fts.c,ftsfake.h: OS/2 build fix.
(edit) @2192   17 years bird cp.c, cp_utils.c: fixed a couple of warnings.
(edit) @2186   17 years bird features/parallelism: adjusted expected output for the 'Exiting with …
(edit) @2185   17 years bird kmk: changed the conditions for showing the final error message a bit …
(edit) @2184   17 years bird fts.c: made it build on linux.
(edit) @2180   17 years bird kmk: Mention error after waiting for -jN children since the orignal …
(edit) @2179   17 years bird kmk: Mention error after waiting for -jN children since the orignal …
(edit) @2178   17 years bird kmk: windows build fixes.
(edit) @2175   17 years bird another test which doesn't work right without -j1.
(edit) @2174   17 years bird kmk tests: more -j1 fixes.
(edit) @2173   17 years bird kmk tests: more -j1 fixes.
(edit) @2172   17 years bird kmk: Added $(root ) to help out with checking for absolute paths on …
(edit) @2165   17 years bird two more tests which requires some -j1 to get the order right.
(edit) @2164   17 years bird kmk: Updated KMK_FEATURES with for, while and select.
(edit) @2163   17 years bird kmk: Added a $(select ) function for handling switch like stuff. Fixes #74.
(edit) @2162   17 years bird features/vpath: -j1 is required.
(edit) @2161   17 years bird kmk: Implemented $(for ) and $(while ) loops (C-style). Fixes #73.
(edit) @2160   17 years bird kmk: removed duplicate definition.
(edit) @2159   17 years bird kmk: extended call, evalcall and evalcall2 with a local .ARGC …
(edit) @2158   17 years bird kmk: Extended evalcall and evalcall2 with a return value, local .RETURN.
(edit) @2157   17 years bird kmk: Extended evalcall and evalcall2 with a return value, local .RETURN.
(edit) @2156   17 years bird kmk: printf testcase.
(edit) @2154   17 years bird kmk: $(translate ) changes and testcase.
(edit) @2153   17 years bird kmk: substr fixes
(edit) @2152   17 years bird kmk: testcases and lastpos fixes.
(edit) @2151   17 years bird kmk: Added $(length ), $(length-var ), $(insert ), $(pos ), $(lastpos …
(edit) @2149   17 years bird function.c: comment typo.
(edit) @2145   17 years bird kmk: use our fts everywhere.
(edit) @2142   17 years bird mv.c: avoid including sys/acl.h. Fixes #66.
(edit) @2141   17 years bird kmk: new function $(printf fmt,arg0,arg1,...).
(edit) @2140   17 years bird ash: Changed opentrace so that the trace file get's a high file descriptor.
(edit) @2138   17 years bird k/kDefs.h: Fixed K_LE2H_U32/U64 mixup in the big endian case.
(edit) @2137   17 years bird rule.c: fixed crash in create_pattern_rule when commands is NULL.
(edit) @2134   17 years bird MAKE_HOST isn't used by kmk.
(edit) @2133   17 years bird rm.c: warning.
(edit) @2132   17 years bird printf.c: warning
(edit) @2131   17 years bird mv.c: warnings.
(edit) @2130   17 years bird md5sum: warnings.
(edit) @2129   17 years bird ln.s: include config.h first.
(edit) @2128   17 years bird ln.c: fixed #ifdef/defined bug.
(edit) @2127   17 years bird kmkbuiltin.h: warning.
(edit) @2126   17 years bird chmod.c: warnings.
(edit) @2125   17 years bird kmkbuiltin.c: warning.
(edit) @2124   17 years bird kbuild.c: more warnings.
(edit) @2121   17 years bird kmk: make sure alloca.h gets included (Solaris again).
(edit) @2119   17 years bird expand.c: warning.
(edit) @2118   17 years bird function.c: warnings.
(edit) @2117   17 years bird incdep.c,expreval.c: warnings.
(edit) @2116   17 years bird kbuild.c: warnings.
(edit) @2115   17 years bird kDepIDB: warnings.
(edit) @2114   17 years bird redirect.c: warning
(edit) @2113   17 years bird kmkbuiltin: include config.h
(edit) @2108   17 years bird fix
(edit) @2104   17 years bird kDepIDB: Added a -qquiet switch for disabling harmless warnings …
(edit) @2103   17 years bird kmk: updated help text.
(edit) @2102   17 years bird kmk: --print-time fix.
(edit) @2101   17 years bird kmk: Implemented new switch --print-time. Fixes #65.
(edit) @2100   17 years bird space
(edit) @2099   17 years bird kmk: Jokes.
(edit) @2097   17 years bird kmk_test: Fixed exec bug (crash) on non-windows platforms. On windows …
(edit) @2096   17 years bird kmk: if exists some-file
(edit) @2091   17 years bird kmk: Don't bootstrap with threads and disable them for FreeBSD.x86 …
(edit) @2089   17 years bird FreeBSD needs pthreads.
(edit) @2074   17 years bird kmk_redirect: OS/2 hack - close files, zap environment.
(edit) @2063   17 years bird OS/2 build fix.
(edit) @2062   17 years bird kmk: Moved the alloccache code into a separate file because it seems …
(edit) @2061   17 years bird kmk/Makefile.am: It's CONFIG_WITH_LAZY_DEPS_VARS not …
(edit) @2060   17 years bird kmk: fixed strsingle crash.
(edit) @2057   17 years bird solaris has mallinfo, but only in an alternative lib that is slower. duh.
(edit) @2056   17 years bird kmk: some MBs of memory during building by freeing up the chopped up …
(edit) @2053   17 years bird kmk/incdep.c: Check for the environment variables KMK_THREADS_DISABLED …
(edit) @2050   17 years bird kmk: converted the inlined alloccache_free() to non-inlined to avoid …
(edit) @2047   17 years bird kmk/config.h.win: 256/8 == 32 not 8.
(edit) @2046   17 years bird sleep.c: no unsung or unsigned in help, they can be negative now like …
(edit) @2041   17 years bird kmk: fixed gcc 3.2.3 issue.
(edit) @2040   17 years bird Another try.
(edit) @2039   17 years bird kmk: gcc 3.2.3 optimiazation bugs/hacks.
(edit) @2038   17 years bird attempt to fix optimization issue…
(edit) @2036   17 years bird build kmk_time by default.
(edit) @2035   17 years bird misc.c: enabled the glibc heap stats.
(edit) @2031   17 years bird Preparing for 0.1.5
(edit) @2030   17 years bird misc.c: Implemented heap statistics output for MSC.
(edit) @2029   17 years bird Windows build fix.
Note: See TracRevisionLog for help on using the revision log.