summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex
Commit message (Collapse)AuthorAgeFilesLines
...
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵Peter S. Mazinger2006-01-163-24/+24
| | | | see what libpthread will do ...
* Last relocs jump and global data, (even locales) that I could remove are ↵Peter S. Mazinger2006-01-161-0/+7
| | | | gone from libc. The remaining are left as exercise for others ;-)
* get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabledPeter S. Mazinger2006-01-151-0/+2
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-143-58/+65
| | | | missing headers, other jump relocs removed
* Apply patch used in sed for malloc(0)Peter S. Mazinger2006-01-111-2/+3
|
* Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger2006-01-033-4/+4
|
* Macros are no good for jump relocs, hack to get rid of one introduced my new ↵Peter S. Mazinger2005-12-161-0/+3
| | | | regex code
* Use hidden towupper in new regexPeter S. Mazinger2005-12-161-0/+1
|
* Make new regex build w/ WCHAR disabled, vapier, does it now work for you?Peter S. Mazinger2005-12-162-0/+6
|
* New regex as wellPeter S. Mazinger2005-12-161-0/+2
|
* glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabledPeter S. Mazinger2005-12-161-15/+23
|
* make new regex code use __mempcpyPeter S. Mazinger2005-12-091-1/+1
|
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-0/+1
|
* Use internal versionsPeter S. Mazinger2005-12-081-2/+3
|
* Hide morePeter S. Mazinger2005-12-072-0/+2
|
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-073-15/+25
|
* Make use internal str*casecmp/wcscollPeter S. Mazinger2005-12-062-0/+3
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+4
|
* Forgotten that this file is special and does not accept hidden, __mempcpy is ↵Peter S. Mazinger2005-12-011-1/+1
| | | | hidden again
* Hide mostly used functionsPeter S. Mazinger2005-12-012-3/+11
|
* Allow internal_function to come from libcPeter S. Mazinger2005-11-282-2/+1
|
* Correct regexecPeter S. Mazinger2005-11-281-0/+2
|
* Add new regex code from glibc, this is almost double size of the earlier ↵Peter S. Mazinger2005-11-287-0/+10691
| | | | one, but passes sed tests (and thus allows making sed shrink from 91k to 42k
* Rename regex.c to regex_old.cPeter S. Mazinger2005-11-282-3/+3
|
* Sync regex.h w/ glibc and make regex build w/ itPeter S. Mazinger2005-11-281-0/+1
|
* Hide some wcs*Peter S. Mazinger2005-11-271-0/+1
|
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+11
|
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
|
* Remove last unused references to libc-a-pic-, we use only the lists in ↵Peter S. Mazinger2005-11-011-1/+0
| | | | libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-35/+8
|
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵Peter S. Mazinger2005-10-251-0/+26
| | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵Peter S. Mazinger2005-10-121-8/+7
| | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
* merge parallel build supportMike Frysinger2005-01-251-5/+4
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* As released in uClibc 0.9.16, regex was being compiled withoutEric Andersen2002-11-141-2/+2
| | | | | | wide char support, even when the rest of uClibc was. This led to anyone using regex segfaulting... -Erik
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
|
* Sync regex with glibc 2.2.4. I need to add an option to selectEric Andersen2001-11-241-4300/+6942
| | | | | a minamalist replacement. Coming soon... -Erik
* The m68k-elf compiler chokes on this code when compiling for PIC asDavid McCullough2001-06-071-1129/+1128
| | | | | | | | | | | | | | | | compile_regex is one big function (relative function calls further than cpu32 can do). The solution was to re-order the code a little to reduce the size of these relative calls. So the total sum of the changes is: * Move compile_regex to the end of the file * make store_op1 an inline Unfortunately CVS diff doesn't show this and makes it look like the whole file has been severely hacked. It hasn't.
* Fix regex support to be compatible with 4.2 BSD regex library. This isEric Andersen2001-05-261-0/+1
| | | | the last bit that was needed to get util-linux to compile.
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
| | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-0/+3
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-2/+2
|
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
|
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
|
* A smaller, kinder, gentler regexp implementation.Eric Andersen2000-10-203-7274/+5726
|
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-1/+3
| | | | | .comment, saving a lot of space in the resultant binaries... -Erik
* Makefile updateEric Andersen2000-10-121-1/+1
|
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-1/+1
|
* Bug ugly formatting updateEric Andersen2000-10-093-5809/+5582
|
* More cleanupsEric Andersen2000-10-071-4/+7
|