summaryrefslogtreecommitdiffstats
path: root/libc/misc/gnu/obstack.c
Commit message (Collapse)AuthorAgeFilesLines
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-299/+123
| | | | Step 6: libc/misc
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-5/+5
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-32/+33
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-5/+0
|
* Merge from trunk."Steven J. Hill"2006-02-271-11/+17
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-1/+1
|
* Always include locale.h, which was included by libintl.h only whenManuel Novoa III2003-11-201-0/+2
| | | | optimizing.
* Some more buildroot-motivated fixes. Avoid installing some headers, asManuel Novoa III2003-09-031-1/+2
| | | | well as stub libintl, depending on configuration.
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-241-1/+1
| | | | | | | | | Move stub gettext functions to a stub libintl to make switching in gnu gettext easier. Also add a few gnu-isms. Change to using hidden names with global weak aliases for the extended locale functions, as expected by libstd++. Slightly rework the locale data generation stuff to allow pregenerated locale data to be used with buildroot.
* Add gnu obstack support. I still need to implement the obstack_printfManuel Novoa III2002-09-191-0/+627
and obstack_vprintf, but at least now the reiserfsprogs build.