Age | Commit message (Expand) | Author |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger |
2006-01-15 | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2006-01-05 | forgot again about iconv | Peter S. Mazinger |
2006-01-04 | use internal versions of exit/memcpy | Peter S. Mazinger |
2005-12-16 | Remove all trailing ; after *_alias and change 2 to use weak_alias instead of... | Peter S. Mazinger |
2005-12-16 | memmove, exit are external iconv_main | Peter S. Mazinger |
2005-12-16 | New regex as well | Peter S. Mazinger |
2005-12-16 | Hide C and wchar related stuff | Peter S. Mazinger |
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger |
2005-12-10 | Remove fread/fwrite/vfprintf redefines, the only user is iconv, being an exte... | Peter S. Mazinger |
2005-12-10 | Remove trailing ';' from strong_alias, thx Bernhard Fischer | Peter S. Mazinger |
2005-12-10 | Switch fread/fwrite/fclose/pipe/sigsetmask users | Peter S. Mazinger |
2005-12-09 | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger |
2005-12-07 | Hide more | Peter S. Mazinger |
2005-12-06 | Correct typo, iconv binary does not use the internal versions | Peter S. Mazinger |
2005-12-06 | Make use internal str*casecmp/wcscoll | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-29 | Hiding again | Peter S. Mazinger |
2005-11-28 | Create and hide __btowc, __mbrtowc, __wcrtomb | Peter S. Mazinger |
2005-11-27 | Hide some wcs* | Peter S. Mazinger |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger |
2005-11-21 | Hide some more | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-01 | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-09-22 | weaks moved after the related function so gcc4 won't warn | Peter S. Mazinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-12-04 | Building of iconv.o was accidently always disabled. | Manuel Novoa III |
2003-11-08 | For now, disable the iconv utility | Eric Andersen |
2003-10-31 | Some more soft float fixes... for arm in particular (libfloat). | Manuel Novoa III |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-08-18 | _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ. | Manuel Novoa III |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2002-11-23 | Oops.. left in a bit of debugging code. | Manuel Novoa III |
2002-11-22 | Ok... here's the summary: | Manuel Novoa III |
2002-11-08 | Add wcwidth and wcswidth, based on Markus Kuhn's wcwidth of 2002-05-08. | Manuel Novoa III |
2002-11-05 | Forgot to change btowc and wctob when I changed the wc<->mb functions yesterday. | Manuel Novoa III |
2002-11-04 | Add printf wchar support for %lc (%C) and %ls (%S). | Manuel Novoa III |
2002-09-19 | Hide my personal #warning reminders. Add __wcschrnul, rename strchrnul | Manuel Novoa III |
2002-08-12 | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III |
2002-08-03 | When DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE was disabled, | Eric Andersen |
2002-07-05 | Add copyright message and remove dead code. | Manuel Novoa III |