Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-19 | Move yet more stuff into the uClibc_config.h file | Eric Andersen | |
2001-03-19 | Fix up breakage resulting from flipping the sense of some defines. Change from | Eric Andersen | |
defining things to "0" in the disabled case to outright undefining them, lest code that does an "#ifdef FOO" get inadvertantly triggered. Remove now unneeded lines from Rules.mak which makes the command line smaller and avoids redundancy (since this stuff is now pulled in via features.h). -Erik | |||
2001-02-21 | Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded | Eric Andersen | |
and Personal Systems. Thanks! -Erik | |||
2001-02-05 | Update the build system a bit. | Eric Andersen | |
-Erik | |||
2001-01-29 | Allow Config to override OPTIMIZATION flags. | David McCullough | |
2001-01-20 | Add in NATIVE_ARCH | Eric Andersen | |
2001-01-15 | Warn using $(WARNINGS) | Eric Andersen | |
2001-01-12 | Patch from James Graves <jgraves@deltamobile.com> to better handle m68k. | Eric Andersen | |
Also fixes 2 very important malloc bugs! Anyone using malloc (esp mmu-less) should update and recompile. -Erik | |||
2001-01-12 | Makefile cleanups. For starters, OPTIMIZATION was missing... | Eric Andersen | |
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |
2001-01-02 | Patch from James Graves <jgraves@deltamobile.com> to get | Eric Andersen | |
m68k started. Should be just sysdeps/linux/m68k left to hack at this point... | |||
2001-01-01 | A bunch of updates, part from Manuel Novoa III (such as more long long | Eric Andersen | |
support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu. | |||
2000-11-16 | Fix it so files are not stripped when debugging (doh!). Fix up strip | Eric Andersen | |
rules. With this fix in place, I can now find what is wrong with malloc... -Erik | |||
2000-11-04 | Fix doc blunder. | Eric Andersen | |
2000-11-04 | Fix doc blunder | Eric Andersen | |
2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen | |
2000-11-04 | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | |
Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | |||
2000-10-30 | Move config stuff to a file named "Config". Makes sense to me... | Eric Andersen | |
2000-10-30 | Header file cleanup | Eric Andersen | |
2000-10-26 | Add some more stuff -- {get|set}mntent, getline, getdelim, etc. | Eric Andersen | |
2000-10-23 | Cleanup arch support | Eric Andersen | |
2000-10-23 | Try removing no-builtin | Eric Andersen | |
2000-10-17 | Fix up ctype.h | Eric Andersen | |
2000-10-17 | Bypass problem with signals for the moment... | Eric Andersen | |
2000-10-12 | Makefile update | Eric Andersen | |