Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also update new programs | Ulrich Drepper | 2012-01-01 | 5 | -8/+12 |
| | |||||
* | Update copyright year | Ulrich Drepper | 2012-01-01 | 17 | -32/+51 |
| | |||||
* | Fix up regcomp/regexec | Jakub Jelinek | 2011-12-30 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | The problem is that parse_bracket_symbol is miscompiled, and it turns out it is because of an incorrect attribute on re_string_fetch_byte_case. Unlike re_string_peek_byte_case, this one is really not pure, it modifies memory (increments pstr->cur_idx), and with the pure attribute GCC assumed it doesn't and it cached the presumed value of regexp->cur_idx in a variable across the for (;; ++i) { if (i >= BRACKET_NAME_BUF_SIZE) return REG_EBRACK; if (token->type == OP_OPEN_CHAR_CLASS) ch = re_string_fetch_byte_case (regexp); else ch = re_string_fetch_byte (regexp); if (re_string_eoi(regexp)) return REG_EBRACK; if (ch == delim && re_string_peek_byte (regexp, 0) == ']') break; elem->opr.name[i] = ch; } | ||||
* | Preliminaries for 2.15 release glibc-2.15 | Ulrich Drepper | 2011-12-23 | 3 | -3/+6 |
| | |||||
* | Fix typos in comments | Marek Polacek | 2011-12-23 | 2 | -4/+7 |
| | |||||
* | Prevent warnings due to long long constants | Ulrich Drepper | 2011-12-23 | 6 | -90/+124 |
| | |||||
* | CL | Liubov Dmitrieva | 2011-12-23 | 1 | -2/+2 |
| | |||||
* | Fix overrun in destination buffer | Liubov Dmitrieva | 2011-12-23 | 3 | -508/+331 |
| | |||||
* | Add missing inline keyword | Marek Polacek | 2011-12-23 | 6 | -6/+14 |
| | | | | | According to http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00608.html, a function without `inline' with an `always_inline' attribute is a bug. | ||||
* | Add another BZ | Ulrich Drepper | 2011-12-23 | 2 | -7/+8 |
| | |||||
* | Modernize time format in Swedish locale | Ulrich Drepper | 2011-12-23 | 3 | -9/+12 |
| | |||||
* | Fix wal_ET locale and build it | Ulrich Drepper | 2011-12-23 | 4 | -36/+41 |
| | |||||
* | Various fixes to fi_FI | Ulrich Drepper | 2011-12-23 | 3 | -29/+42 |
| | |||||
* | Optimize x86-32 feraiseexcept also for !__SSE_MATH__ | Ulrich Drepper | 2011-12-23 | 2 | -1/+16 |
| | |||||
* | Fix wrong copying processing for last bytes in x86-32 wcscpy | Liubov Dmitrieva | 2011-12-23 | 2 | -41/+26 |
| | | | | | | | | | | | Wrong copy algorithm for last bytes, not thread safety. In some particular cases it uses the destination memory beyond the string end for 16-byte load, puts changes into that part that is relevant to destination string and writes whole 16-byte chunk into memory. I have a test case where the memory beyond the string end contains malloc/free data, that appear corrupted in case free() updates it in between the 16-byte read and 16-byte write. | ||||
* | iconv mapping of 0xA8 0xEC in CP1258 is non-canonical | Bruno Haible | 2011-12-23 | 3 | -8/+11 |
| | |||||
* | iconv mapping of U+0385 in TCVN5712-1 is incorrect | Bruno Haible | 2011-12-23 | 3 | -11/+17 |
| | |||||
* | Add ta_LK locale | Ulrich Drepper | 2011-12-23 | 5 | -35/+133 |
| | |||||
* | Use __pthread_get_minstack in more places | Ulrich Drepper | 2011-12-22 | 3 | -4/+10 |
| | |||||
* | Create internal threads with sufficient stack size | Ulrich Drepper | 2011-12-22 | 6 | -9/+31 |
| | |||||
* | Fix fi_FI collation reordering | Ulrich Drepper | 2011-12-22 | 3 | -24/+32 |
| | |||||
* | Fix error code for too small input buffer to getnameinfo | Ulrich Drepper | 2011-12-22 | 3 | -9/+14 |
| | |||||
* | Add missing BZ | Ulrich Drepper | 2011-12-22 | 2 | -1/+2 |
| | |||||
* | Add feraiseexcept optimization for x86-32 | Ulrich Drepper | 2011-12-22 | 2 | -1/+42 |
| | |||||
* | Also retrieve SSE exceptions in x86-32 fegetexceptflag | Ulrich Drepper | 2011-12-22 | 3 | -8/+28 |
| | |||||
* | Build ur_IN locale | Ulrich Drepper | 2011-12-22 | 3 | -4/+8 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-12-22 | 6 | -32/+89 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Support building bits/syscall.h for any number of subarch variants. | Joseph Myers | 2011-12-22 | 6 | -32/+89 |
| | | |||||
* | | Fix overrun in strcpy destination buffer in x86-32/SSSE3 version | Liubov Dmitrieva | 2011-12-22 | 2 | -745/+521 |
|/ | |||||
* | Add brx_IN locale | Ulrich Drepper | 2011-12-22 | 6 | -3/+196 |
| | |||||
* | Optimize tr_freehook | Ulrich Drepper | 2011-12-22 | 3 | -6/+12 |
| | |||||
* | Change currency symbol placement for nl_BE | Ulrich Drepper | 2011-12-22 | 3 | -3/+7 |
| | |||||
* | Add es_CU locale | Ulrich Drepper | 2011-12-22 | 4 | -3/+130 |
| | |||||
* | WP issues | Ulrich Drepper | 2011-12-22 | 1 | -1/+0 |
| | |||||
* | Add unm_US locale | Ulrich Drepper | 2011-12-22 | 4 | -3/+159 |
| | |||||
* | WP issues | Ulrich Drepper | 2011-12-22 | 1 | -34/+34 |
| | |||||
* | Add bho_IN locale | Ulrich Drepper | 2011-12-22 | 4 | -2/+175 |
| | |||||
* | Use __REDIRECT_NTH for __feraiseexcept_renamed | Ulrich Drepper | 2011-12-22 | 2 | -1/+6 |
| | |||||
* | Define EPOLLONESHOT and EPOLLET using unsigned values | Ulrich Drepper | 2011-12-21 | 5 | -10/+16 |
| | |||||
* | Use Kahan's formula in cacosh | Ulrich Drepper | 2011-12-21 | 4 | -0/+24 |
| | |||||
* | Fix sign errr in some cacosh results | Richard B. Kreckel | 2011-12-21 | 5 | -32/+13 |
| | |||||
* | Fix reading thread name from comm file | Ulrich Drepper | 2011-12-21 | 3 | -2/+17 |
| | |||||
* | Fix one typo | Ulrich Drepper | 2011-12-21 | 1 | -1/+1 |
| | |||||
* | Store invocation-specific data of conversion modules in __gconv_step_data | Ulrich Drepper | 2011-12-21 | 6 | -47/+56 |
| | |||||
* | Fix division by denominator with more than two limbs in strtold | Andreas Schwab | 2011-12-21 | 3 | -2/+10 |
| | |||||
* | Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES. | Rafael Ávila de Espíndola | 2011-12-21 | 2 | -1/+6 |
| | |||||
* | Fix extension of array in extended printf format handling | Ulrich Drepper | 2011-12-17 | 3 | -9/+13 |
| | |||||
* | Optimized strcasecmp for Power7 | Adhemerval Zanella | 2011-12-17 | 10 | -1/+298 |
| | |||||
* | Add BZ number | Ulrich Drepper | 2011-12-17 | 1 | -1/+2 |
| | |||||
* | Avoid warnings in __*_finite math function declarations with C++ | Marek Polacek | 2011-12-17 | 3 | -91/+104 |
| |