|  |  | @2160 | 17 years | bird | kmk: removed duplicate definition. | 
            
              |  |  | @2159 | 17 years | bird | kmk: extended call, evalcall and evalcall2 with a local .ARGC … | 
            
              |  |  | @2158 | 17 years | bird | kmk: Extended evalcall and evalcall2 with a return value, local .RETURN. | 
            
              |  |  | @2157 | 17 years | bird | kmk: Extended evalcall and evalcall2 with a return value, local .RETURN. | 
            
              |  |  | @2156 | 17 years | bird | kmk: printf testcase. | 
            
              |  |  | @2154 | 17 years | bird | kmk: $(translate ) changes and testcase. | 
            
              |  |  | @2153 | 17 years | bird | kmk: substr fixes | 
            
              |  |  | @2152 | 17 years | bird | kmk: testcases and lastpos fixes. | 
            
              |  |  | @2151 | 17 years | bird | kmk: Added $(length ), $(length-var ), $(insert ), $(pos ), $(lastpos … | 
            
              |  |  | @2149 | 17 years | bird | function.c: comment typo. | 
            
              |  |  | @2145 | 17 years | bird | kmk: use our fts everywhere. | 
            
              |  |  | @2142 | 17 years | bird | mv.c: avoid including sys/acl.h. Fixes #66. | 
            
              |  |  | @2141 | 17 years | bird | kmk: new function $(printf fmt,arg0,arg1,...). | 
            
              |  |  | @2140 | 17 years | bird | ash: Changed opentrace so that the trace file get's a high file descriptor. | 
            
              |  |  | @2138 | 17 years | bird | k/kDefs.h: Fixed K_LE2H_U32/U64 mixup in the big endian case. | 
            
              |  |  | @2137 | 17 years | bird | rule.c: fixed crash in create_pattern_rule when commands is NULL. | 
            
              |  |  | @2134 | 17 years | bird | MAKE_HOST isn't used by kmk. | 
            
              |  |  | @2133 | 17 years | bird | rm.c: warning. | 
            
              |  |  | @2132 | 17 years | bird | printf.c: warning | 
            
              |  |  | @2131 | 17 years | bird | mv.c: warnings. | 
            
              |  |  | @2130 | 17 years | bird | md5sum: warnings. | 
            
              |  |  | @2129 | 17 years | bird | ln.s: include config.h first. | 
            
              |  |  | @2128 | 17 years | bird | ln.c: fixed #ifdef/defined bug. | 
            
              |  |  | @2127 | 17 years | bird | kmkbuiltin.h: warning. | 
            
              |  |  | @2126 | 17 years | bird | chmod.c: warnings. | 
            
              |  |  | @2125 | 17 years | bird | kmkbuiltin.c: warning. | 
            
              |  |  | @2124 | 17 years | bird | kbuild.c: more warnings. | 
            
              |  |  | @2121 | 17 years | bird | kmk: make sure alloca.h gets included (Solaris again). | 
            
              |  |  | @2119 | 17 years | bird | expand.c: warning. | 
            
              |  |  | @2118 | 17 years | bird | function.c: warnings. | 
            
              |  |  | @2117 | 17 years | bird | incdep.c,expreval.c: warnings. | 
            
              |  |  | @2116 | 17 years | bird | kbuild.c: warnings. | 
            
              |  |  | @2115 | 17 years | bird | kDepIDB: warnings. | 
            
              |  |  | @2114 | 17 years | bird | redirect.c: warning | 
            
              |  |  | @2113 | 17 years | bird | kmkbuiltin: include config.h | 
            
              |  |  | @2108 | 17 years | bird | fix | 
            
              |  |  | @2104 | 17 years | bird | kDepIDB: Added a -qquiet switch for disabling harmless warnings … | 
            
              |  |  | @2103 | 17 years | bird | kmk: updated help text. | 
            
              |  |  | @2102 | 17 years | bird | kmk: --print-time fix. | 
            
              |  |  | @2101 | 17 years | bird | kmk: Implemented new switch --print-time. Fixes #65. | 
            
              |  |  | @2100 | 17 years | bird | space | 
            
              |  |  | @2099 | 17 years | bird | kmk: Jokes. | 
            
              |  |  | @2097 | 17 years | bird | kmk_test: Fixed exec bug (crash) on non-windows platforms. On windows … | 
            
              |  |  | @2096 | 17 years | bird | kmk: if exists some-file | 
            
              |  |  | @2091 | 17 years | bird | kmk: Don't bootstrap with threads and disable them for FreeBSD.x86 … | 
            
              |  |  | @2089 | 17 years | bird | FreeBSD needs pthreads. | 
            
              |  |  | @2074 | 17 years | bird | kmk_redirect: OS/2 hack - close files, zap environment. | 
            
              |  |  | @2063 | 17 years | bird | OS/2 build fix. | 
            
              |  |  | @2062 | 17 years | bird | kmk: Moved the alloccache code into a separate file because it seems … | 
            
              |  |  | @2061 | 17 years | bird | kmk/Makefile.am: It's CONFIG_WITH_LAZY_DEPS_VARS not … | 
            
              |  |  | @2060 | 17 years | bird | kmk: fixed strsingle crash. | 
            
              |  |  | @2057 | 17 years | bird | solaris has mallinfo, but only in an alternative lib that is slower. duh. | 
            
              |  |  | @2056 | 17 years | bird | kmk: some MBs of memory during building by freeing up the chopped up … | 
            
              |  |  | @2053 | 17 years | bird | kmk/incdep.c: Check for the environment variables KMK_THREADS_DISABLED … | 
            
              |  |  | @2050 | 17 years | bird | kmk: converted the inlined alloccache_free() to non-inlined to avoid … | 
            
              |  |  | @2047 | 17 years | bird | kmk/config.h.win: 256/8 == 32 not 8. | 
            
              |  |  | @2046 | 17 years | bird | sleep.c: no unsung or unsigned in help, they can be negative now like … | 
            
              |  |  | @2041 | 17 years | bird | kmk: fixed gcc 3.2.3 issue. | 
            
              |  |  | @2040 | 17 years | bird | Another try. | 
            
              |  |  | @2039 | 17 years | bird | kmk: gcc 3.2.3 optimiazation bugs/hacks. | 
            
              |  |  | @2038 | 17 years | bird | attempt to fix optimization issue… | 
            
              |  |  | @2036 | 17 years | bird | build kmk_time by default. | 
            
              |  |  | @2035 | 17 years | bird | misc.c: enabled the glibc heap stats. | 
            
              |  |  | @2031 | 17 years | bird | Preparing for 0.1.5 | 
            
              |  |  | @2030 | 17 years | bird | misc.c: Implemented heap statistics output for MSC. | 
            
              |  |  | @2029 | 17 years | bird | Windows build fix. | 
            
              |  |  | @2028 | 17 years | bird | remake.c: moved call_must_make_target_var out of the dep eval loop and … | 
            
              |  |  | @2027 | 17 years | bird | kmk/commands.c: delete multi target siblings not only the head. | 
            
              |  |  | @2025 | 17 years | bird | typo. | 
            
              |  |  | @2024 | 17 years | bird | kmk: Created a custom hook into the update_file process for checking … | 
            
              |  |  | @2023 | 17 years | bird | scripts/functions/if-expr: description fix | 
            
              |  |  | @2022 | 17 years | bird | exprval.c: fixed bug parsing unqoted variable references ($(VAR) == … | 
            
              |  |  | @2021 | 17 years | bird | kmk: Added a $(intersects set-a, set-b) function to complement the … | 
            
              |  |  | @2020 | 17 years | bird | kbuild.c: $(target)_OBJS_ -> $(target)_2_OBJS. References #57. | 
            
              |  |  | @2019 | 17 years | bird | GPLv2 -> GPLv3. See Ticket #44 for clarifications. Fixes #44. | 
            
              |  |  | @2017 | 17 years | bird | ash: bird wants DEBUG=2 in debug builds. | 
            
              |  |  | @2016 | 17 years | bird | kmk_append: new line -> newline | 
            
              |  |  | @2015 | 17 years | bird | kmk_append: added a new option '-N' for suppressing the trailing new … | 
            
              |  |  | @2014 | 17 years | bird | kbuild.c: Use append_string_to_variable in one more place. | 
            
              |  |  | @2013 | 17 years | bird | kbuild.c: Use append_string_to_variable and avoid memcpying _OUT_FILES … | 
            
              |  |  | @2012 | 17 years | bird | kbuild.c: compacted the code a bit. | 
            
              |  |  | @2011 | 17 years | bird | kmk,footer.kmk: New helper function 'kb-exp-tmpl', 10x faster than the … | 
            
              |  |  | @2010 | 17 years | bird | kmk: show the build type. | 
            
              |  |  | @2009 | 17 years | bird | kmk: show the build type. | 
            
              |  |  | @2006 | 17 years | bird | more stats and some minor adjustments. | 
            
              |  |  | @2005 | 17 years | bird | more variable modification stats. | 
            
              |  |  | @2004 | 17 years | bird | Some variable statistics. | 
            
              |  |  | @2003 | 17 years | bird | Added kmk_sleep as an external and internal kmk command. | 
            
              |  |  | @2002 | 17 years | bird | kmk_time: default to 1. | 
            
              |  |  | @2001 | 17 years | bird | kmk: pedantic warnings. | 
            
              |  |  | @2000 | 17 years | bird | scripts/variables/special: yet another -j1 test (hope it's not a bug). | 
            
              |  |  | @1999 | 17 years | bird | variaiable::value_length -> unsigned int. | 
            
              |  |  | @1998 | 17 years | bird | kbuild.c: warnings. | 
            
              |  |  | @1997 | 17 years | bird | variaiable::value_alloc_len -> unsigned int. | 
            
              |  |  | @1996 | 17 years | bird | job.c: can remove my batch file viewing now, as GNU make started doing … | 
            
              |  |  | @1995 | 17 years | bird | shut up some warnings. | 
            
              |  |  | @1994 | 17 years | bird | remake.c: fixed regression from GNU Make head, see  Savannah bug #15919. | 
            
              |  |  | @1993 | 17 years | bird | Merged in current GNU Make code (CVS from 2008-10-28). Ref #55. | 
            
              |  |  | @1988 | 17 years | bird | build fix. | 
            
              |  |  | @1987 | 17 years | bird | Build fix | 
            
              |  |  |