source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @684   19 years bird Added --ignore-fail-on-non-empty similar as described in the GNU …
(edit) @683   19 years bird configured sed and ash for darwin and rebuilt the darwin binaries.
(edit) @678   19 years bird forgot to terminate the argv array properly.
(edit) @648   19 years bird nicked commandline -> argv parser from kLIBC so kmk_sed can grok …
(edit) @646   19 years bird Fixed bugs dealing with the order SDK properties was applied to sources.
(edit) @645   19 years bird Fixed bugs dealing with the order SDK properties was applied to sources.
(edit) @644   19 years bird Fixed bugs dealing with the order SDK properties was applied to sources.
(edit) @639   19 years bird make it link.
(edit) @638   19 years bird syntax tables for MSC.
(edit) @637   19 years bird Path != PATH. stupid stupid windows idiots.
(edit) @636   19 years bird stubbed everything.
(edit) @635   19 years bird More hacking. Found SDK/TOOL bug.
(edit) @634   19 years bird More hacking. Found SDK/TOOL bug.
(edit) @633   19 years bird More hacking.
(edit) @632   19 years bird MSC hacking.
(edit) @631   19 years bird Checked in the generated source code.
(edit) @630   19 years bird Made it build on linux.
(edit) @629   19 years bird porting in progress.
(edit) @628   19 years bird eol style (left over)
(edit) @627   19 years bird rename isn't destructive in MSC.
(edit) @626   19 years bird Current libc code (based on NetBSD sh 2005-07-03).
(edit) @625   19 years bird fucked up eols
(edit) @624   19 years bird in progress.
(edit) @623   19 years bird svn:eol-type=lf
(edit) @622   19 years bird Current libc code (based on NetBSD sh 2005-07-03).
(edit) @621   19 years bird Ported the new fst code to MSC.
(edit) @620   19 years bird NetBSD: /fts.h/1.12/Thu Feb 3 04:39:32 2005
(edit) @619   19 years bird NetBSD: /fts13.c/1.44/Wed Jan 19 00:59:48 2005
(edit) @618   19 years bird Ported the new strmode to MSC.
(edit) @617   19 years bird NetBSD: /strmode.c/1.16/Sun Jun 20 22:20:15 2004
(edit) @616   19 years bird Ported the new setmode to MSC.
(edit) @615   19 years bird NetBSD: /setmode.c/1.30/Thu Aug 7 16:42:56 2003
(edit) @614   19 years bird user_from_uid/group_from_gid is BSD stuff.
(edit) @613   19 years bird Added mv as builtin command.
(edit) @612   19 years bird /mv.c/1.46/Sat Nov 12 22:16:47 2005
(edit) @611   19 years bird Added cat as builtin command.
(edit) @610   19 years bird Added GNU sed version 4.1.5 and ported it to MSC.
(edit) @609   19 years bird /cat.c/1.32/Mon Jan 10 08:39:20 2005
(edit) @608   19 years bird blasted redmon guys!
(edit) @607   19 years bird add kBuild version.
(edit) @606   19 years bird Made sed build using MSC.
(edit) @605   19 years bird Build on linux.
(edit) @604   19 years bird string.h conflict, use the string.h code.
(edit) @603   19 years bird typo.
(edit) @602   19 years bird GNU sed 4.1.5
(edit) @601   19 years bird o Added rmdir as builtin and external command. o …
(edit) @598   19 years bird /rmdir.1/1.14/Mon Jul 4 14:55:25 2005
(edit) @595   19 years bird Fixed bug in the sdk walking in kbuild_collect_source_prop.
(edit) @591   19 years bird Added --pretty-command-printing for simplifying makefile debugging.
(edit) @586   19 years bird header + footer - rules only won't do if BUILD_TARGET* is tested for.
(edit) @578   19 years bird Did code changes for unix installation. Will do install goals when …
(edit) @577   19 years bird report the kmk platform
(edit) @576   19 years bird versioning. fixes #5
(edit) @575   19 years bird Fixed an bug in the code getting SDKs. And fetch …
(edit) @567   19 years bird another comp-vars bug.
(edit) @563   19 years bird fixed comp-vars bug (incorrect return value).
(edit) @558   19 years bird fixed kbuild_get_object_suffix bug wrt to generated sources.
(edit) @557   19 years bird Initial Mac OS X / Darwin bootstrapping.
(edit) @554   19 years bird Giving up non batch mode with cygwin ash, it screws up big time with …
(edit) @553   19 years bird Allow all kinds of ways of saying Windows in BUILD_TARGET.
(edit) @552   19 years bird - kBuild/footer.kmk: o Recursive template inheritance. - …
(edit) @549   19 years bird Regenerated config.h.os2 and make adjustments to make it all build …
(edit) @545   19 years bird Another 30 chopped of on the libc+nt testcase. (down to 2.74 seconds now)
(edit) @544   19 years bird joined the tool and objsuff lookups into a single function, fixing …
(edit) @543   19 years bird simpler.
(edit) @542   19 years bird a couple of fixes.
(edit) @541   19 years bird Another quoting test.
(edit) @540   19 years bird HAVE_CYGWIN_SHELL was a bad idea.
(edit) @539   19 years bird o Don't send put j1 in MAKEFLAGS on windows, somehow that doesn't work.
(edit) @538   19 years bird fixed some OBJSUFF and TOOL variable name typos. Drop the expansion …
(edit) @536   19 years bird Fixed missing expansion in kbuild_lookup_variable.
(edit) @535   19 years bird o A real attempt at fixing the double quoting problem on windows. ash …
(edit) @534   19 years bird Made it build again on linux.
(edit) @533   19 years bird o Optimization summary: libc from ~21 seconds -> 7-8 seconds (os2/nt). …
(edit) @532   19 years bird Some fixes.
(edit) @531   19 years bird skip some unnecessary copies and allocations.
(edit) @530   19 years bird Added kBuild specific functions for speeding up source processing.
(edit) @529   19 years bird Fixed assertion in w32_fixcase when shell doesn't have a full path and …
(edit) @528   19 years bird includedep
(edit) @527   19 years bird CONFIG_WITH_OPTIMIZATION_HACKS
(edit) @526   19 years bird tuning. libc is 1-2 seconds faster to load now.
(edit) @523   19 years bird Added kmk_gmake which is (almost) vanilla GNU Make.
(edit) @522   19 years bird kmk_ash wants batch files on windows or the double quotes will get …
(edit) @521   19 years bird Make sure kmk_builtin commands don't get batch files and odd weird stuff.
(edit) @520   19 years bird Cleaning up the modifications. Changes are now either configurable or …
(edit) @516   19 years bird More parallel build fixes.
(edit) @514   19 years bird Fixed a loop for ever condtion in new_job related to multiple jobs (-j).
(edit) @511   19 years bird Regenerated.
(edit) @510   19 years bird tabs.
(edit) @509   19 years bird another warning.
(edit) @508   19 years bird workaround for directory statting (overrides the stat symbol).
(edit) @507   19 years bird Fixed MSC warnings.
(edit) @506   19 years bird kmk version message with correct copyright stuff and build timestamp.
(edit) @505   19 years bird Use config.h.W32.
(edit) @504   19 years bird Made it build on windows.
(edit) @503   19 years bird Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> …
(edit) @466   19 years bird Forgot to initalize rc. stupid.
(edit) @431   19 years bird libc is huge.
(edit) @430   19 years bird better hashing, more inline string stuff. (still optimizing libc)
(edit) @429   19 years bird optimizing for the libc project.
Note: See TracRevisionLog for help on using the revision log.