2004-03-15 |
drepper | Simplify error handling macros. Use direct locale... |
blob | commitdiff |
2003-09-06 |
drepper | (vfscanf): Fix recognition of characters matching the... |
blob | commitdiff | diff to current |
2003-08-14 |
drepper | (ORIENT): Use _IO_vtable_offset. |
blob | commitdiff | diff to current |
2003-04-15 |
drepper | Add casts to avoid warnings. |
blob | commitdiff | diff to current |
2003-01-15 |
drepper | When recognizing multibyte characters in string reset... |
blob | commitdiff | diff to current |
2002-08-25 |
drepper | (inchar): Add cast to avoid warnings. |
blob | commitdiff | diff to current |
2002-08-04 |
drepper | (__vfscanf): Add libc_hidden_def. |
blob | commitdiff | diff to current |
2002-07-11 |
drepper | (inchar): Restore errno from previous underflow operati... |
blob | commitdiff | diff to current |
2002-02-26 |
drepper | (_IO_vfwscanf): Always use ungetc, never ungetwc. ... |
blob | commitdiff | diff to current |
2002-02-26 |
drepper | Use INTUSE to reference functions and variables inside... |
blob | commitdiff | diff to current |
2001-11-27 |
drepper | If incomplete nan of inf(inity) strings are found call... |
blob | commitdiff | diff to current |
2001-08-24 |
roland | 2001-08-23 Roland McGrath <roland@frob.com> |
blob | commitdiff | diff to current |
2001-08-22 |
drepper | Fix handling of %l[]. |
blob | commitdiff | diff to current |
2001-08-09 |
drepper | Fix two typos. |
blob | commitdiff | diff to current |
2001-08-09 |
drepper | Fix reading of wide chars and strings if not COMPILE_WS... |
blob | commitdiff | diff to current |
2001-08-09 |
drepper | Also fix handling of ranges in %[] for COMPILE_WSCANF. |
blob | commitdiff | diff to current |
2001-08-09 |
drepper | Fix handling of %[] for COMPILE_WSCANF. |
blob | commitdiff | diff to current |
2001-08-07 |
drepper | (__vfscanf): +- can be followed by i in +-Inf. |
blob | commitdiff | diff to current |
2001-07-06 |
aj | Update to LGPL v2.1. |
blob | commitdiff | diff to current |
2001-01-12 |
aj | Remove signed warnings. |
blob | commitdiff | diff to current |
2001-01-02 |
aj | (__vfscanf): Use WINT_T for done. |
blob | commitdiff | diff to current |
2000-12-01 |
drepper | Correct last patch. |
blob | commitdiff | diff to current |
2000-12-01 |
drepper | (ORIENT): Swap the COMPILE_WSCANF case. |
blob | commitdiff | diff to current |
2000-10-04 |
drepper | (_IO_vfscanf): For [ conversion do input_error() if... |
blob | commitdiff | diff to current |
2000-09-24 |
drepper | (__vfscanf, _IO_vfscanf): Fix bugs in reallocation... |
blob | commitdiff | diff to current |
2000-08-30 |
drepper | (_IO_vfscanf): Back out last ungetc change. When compa... |
blob | commitdiff | diff to current |
2000-08-28 |
drepper | (ungetc): Cast c to signed char first to really match... |
blob | commitdiff | diff to current |
2000-08-23 |
drepper | Add %F format support. |
blob | commitdiff | diff to current |
2000-08-21 |
drepper | Unify use of function aliases to make more compact... |
blob | commitdiff | diff to current |
2000-07-28 |
drepper | (__vfscanf): Fix I18N number |
blob | commitdiff | diff to current |
2000-07-22 |
drepper | Handle input -- with format %f correctly (it's no input... |
blob | commitdiff | diff to current |
2000-06-29 |
drepper | Finally handle multibyte decimal point and thousands... |
blob | commitdiff | diff to current |
2000-06-28 |
drepper | Make sure to always return WEOF and EOF for wide charac... |
blob | commitdiff | diff to current |
2000-05-22 |
drepper | (__vfscanf): Remove bogus check if '-' is not the secon... |
blob | commitdiff | diff to current |
2000-02-12 |
drepper | Fix compilation problems with wide character version. |
blob | commitdiff | diff to current |
2000-02-11 |
drepper | Implement I modifier for numbers to read locale depende... |
blob | commitdiff | diff to current |
1999-09-22 |
drepper | Fix width handling when scanning floats. |
blob | commitdiff | diff to current |
1999-08-22 |
drepper | [! USE_IN_LIBIO]: Add necessary definitions for MEMCPY... |
blob | commitdiff | diff to current |
1999-08-16 |
drepper | (ORIENT): Likewise. |
blob | commitdiff | diff to current |
1999-08-13 |
drepper | Don't recognize hexadecimal floats with exponent. |
blob | commitdiff | diff to current |
1999-06-21 |
drepper | (ungetc, inchar) [COMPILE_WPRINTF]: |
blob | commitdiff | diff to current |
1999-06-16 |
drepper | Rewrite to allow use in wide character context. |
blob | commitdiff | diff to current |
1999-05-25 |
drepper | (_IO_vfscanf): Don't handle long numbers if they are... |
blob | commitdiff | diff to current |
1999-05-25 |
drepper | Pretty printing. |
blob | commitdiff | diff to current |
1999-05-25 |
drepper | Correctly set LONGDBL for floats even if need_longlong... |
blob | commitdiff | diff to current |
1999-05-25 |
drepper | Fix typos in last change. |
blob | commitdiff | diff to current |
1999-05-25 |
drepper | (_IO_vfscanf): Don't implement special handling for... |
blob | commitdiff | diff to current |
1999-02-07 |
drepper | (__vfscanf): Handle +/- at beginning of floating-point... |
blob | commitdiff | diff to current |
1999-01-23 |
drepper | Use _tolower instead of tolower. |
blob | commitdiff | diff to current |
1999-01-11 |
drepper | (__vfscanf): Use __iswspace instead of iswspace. |
blob | commitdiff | diff to current |
1998-11-13 |
drepper | Don't return -1 in case of an invalid format, jsut... |
blob | commitdiff | diff to current |
1998-11-13 |
drepper | Return EOF for invalid format characters. |
blob | commitdiff | diff to current |
1998-09-18 |
drepper | Fix reading (nil) for %p. |
blob | commitdiff | diff to current |
1998-09-09 |
drepper | Quiet -Wparentheses warnings. |
blob | commitdiff | diff to current |
1998-07-31 |
drepper | Optimize looking for type modifiers. |
blob | commitdiff | diff to current |
1998-07-28 |
drepper | Implement handling of j, t, z modifiers. |
blob | commitdiff | diff to current |
1998-07-14 |
drepper | (ungetc): Use _IO_sputbackc, not _IO_ungetc. |
blob | commitdiff | diff to current |
1998-06-07 |
drepper | Call _IO_cleanup_region_end with 0 and call _IO_funlockfile |
blob | commitdiff | diff to current |
1998-04-24 |
drepper | Recognize nan and inf in floating-point formats. |
blob | commitdiff | diff to current |
1998-04-08 |
drepper | Perform test in %l[ handling correctly. |
blob | commitdiff | diff to current |
1998-02-26 |
drepper | [!USE_IN_LIBIO] (inchar): Add missing braces. |
blob | commitdiff | diff to current |
1998-02-17 |
drepper | (inchar): Check c for being EOF before trying to read... |
blob | commitdiff | diff to current |
1998-02-15 |
drepper | Correct last change a bit. |
blob | commitdiff | diff to current |
1998-02-13 |
drepper | Never try to read another character |
blob | commitdiff | diff to current |
1997-11-22 |
drepper | Recognize a in format specifier only as |
blob | commitdiff | diff to current |
1997-11-11 |
drepper | Handle hh modifier. |
blob | commitdiff | diff to current |
1997-06-21 |
drepper | <foo.h> -> <bits/foo.h>. |
blob | commitdiff | diff to current |
1997-06-19 |
drepper | (inchar, ungetc): Don't count EOF as character read... |
blob | commitdiff | diff to current |
1997-04-11 |
drepper | Fix scanning of hexadecimal fp number. |
blob | commitdiff | diff to current |
1997-03-08 |
drepper | Use __va_copy if available. |
blob | commitdiff | diff to current |
1997-03-04 |
drepper | update from main archive 970304 libc-970307 |
blob | commitdiff | diff to current |
1997-02-25 |
drepper | update from main archive 970225 libc-970225 |
blob | commitdiff | diff to current |
1997-01-23 |
drepper | update from main archive 970121 |
blob | commitdiff | diff to current |
1997-01-19 |
drepper | update from main archive 970118 libc-970119 |
blob | commitdiff | diff to current |
1996-12-30 |
drepper | update from main archive 961229 libc-961231 |
blob | commitdiff | diff to current |
1996-12-20 |
drepper | Update from main archive 961219 |
blob | commitdiff | diff to current |
1996-12-12 |
drepper | update from main archive 961211 libc-961214 |
blob | commitdiff | diff to current |
1996-11-15 |
thomas | Fri Nov 15 12:27:25 1996 Thomas Bushnell, n/BSG ... |
blob | commitdiff | diff to current |
1996-11-06 |
drepper | update from main archive 961105 libc-961106 |
blob | commitdiff | diff to current |
1996-10-31 |
drepper | update from main archive 961030 |
blob | commitdiff | diff to current |
1996-10-02 |
drepper | update from main archive 961001 |
blob | commitdiff | diff to current |
1996-09-27 |
drepper | update from main archive |
blob | commitdiff | diff to current |
1996-09-12 |
thomas | *** empty log message *** |
blob | commitdiff | diff to current |
1996-09-07 |
drepper | update from main archive 960906 |
blob | commitdiff | diff to current |
1996-07-17 |
roland | Wed Jul 17 20:41:30 1996 Ulrich Drepper <drepper... |
blob | commitdiff | diff to current |
1996-05-23 |
roland | Thu May 23 00:01:10 1996 Ulrich Drepper <drepper... |
blob | commitdiff | diff to current |
1996-05-13 |
roland | Mon May 13 12:03:03 1996 Roland McGrath <roland@delas... |
blob | commitdiff | diff to current |
1996-05-12 |
roland | Sun May 12 11:16:58 1996 Roland McGrath <roland@delas... |
blob | commitdiff | diff to current |
1996-05-09 |
roland | Tue May 7 23:43:07 1996 Ulrich Drepper <drepper... |
blob | commitdiff | diff to current |
1996-02-18 |
roland | Put '0' in buffer before scanning for %i base indicator. |
blob | commitdiff | diff to current |
1996-02-18 |
roland | Wed Feb 14 00:21:17 1996 David Mosberger-Tang <davidm... |
blob | commitdiff | diff to current |
1996-01-30 |
roland | (TYPEMOD): New macro of all type modifier flag bits. |
blob | commitdiff | diff to current |
1996-01-30 |
roland | Accept type modifiers on %n. |
blob | commitdiff | diff to current |
1996-01-24 |
roland | Disallow l flag after ll or L. |
blob | commitdiff | diff to current |
1996-01-24 |
roland | (GROUP, MALLOC): New flag macros. |
blob | commitdiff | diff to current |
1996-01-22 |
roland | (%[): Fix range handling. |
blob | commitdiff | diff to current |
1996-01-22 |
roland | (%[): Fix range handling. |
blob | commitdiff | diff to current |
1996-01-17 |
roland | (inchar, conv_error, input_error, memory_error): Add... |
blob | commitdiff | diff to current |
1996-01-12 |
roland | (%[): Grok ] as first char in set, not terminator on... |
blob | commitdiff | diff to current |
1995-12-23 |
roland | Fri Dec 22 00:38:00 1995 H.J. Lu <hjl@nynexst.com> |
blob | commitdiff | diff to current |
next |