aboutsummaryrefslogtreecommitdiff
path: root/include/xregex.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-8/+4
|
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-2/+2
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-0/+9
| | | | | | | | | This was Bernhard Fischer' idea. text data bss dec hex filename 773549 7781 9740 791070 c121e busybox.t7/0_lib/libbusybox.so.1.11.0.svn_unstripped 769683 7397 9740 786820 c0184 busybox.t9t/0_lib/libbusybox.so.1.11.0.svn_unstripped
* less: stop dying on bad regexps, quietly pipe data w/oDenis Vlasenko2006-12-211-1/+2
| | | | | user interaction if stdout is not a tty. size optimizations
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
|
* These should have been part of 15767 too.Rob Landley2006-08-031-18/+4
|
* split libbb: moved xregcomp separatelly for speed up recompile"Vladimir N. Oleynik"2005-09-141-0/+31