Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-04-09 | Another round of cleanups: | Paul Smith | 1 | -2/+2 | |
- Add more warnings. - Rename variables that mask out-scope vars with the same name. - Remove all casts of return values from xmalloc, xrealloc, and alloca. - Remove casts of the first argument to xrealloc. - Convert all bcopy/bzero/bcmp invocations to use memcp/memmove/memset/memcmp. | |||||
2006-02-11 | Last of the copyright updates. | Paul Smith | 1 | -2/+1 | |
2006-02-11 | Update copyright and license notices on all files. | Paul Smith | 1 | -17/+15 | |
Added new file strcache.c to various non-UNIX makefiles and build scripts. | |||||
2006-02-10 | - New code capability: a read-only string cache. Start of solution for | Paul Smith | 1 | -0/+219 | |
Savannah bug #15182, but not much uses it yet. Coming shortly. - Added short-circuiting $(and ..) and $(or ...) functions. |