- 23 Aug, 2012 7 commits
-
-
Ned Deily authored
-
Ned Deily authored
(Patch by Ronald Oussoren)
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
R David Murray authored
It was correct in the original patch and I foobared it when I restructured part of the code.
-
R David Murray authored
The new code correctly handles historic changes in UTC offsets. A test for this should follow. Original patch by Alexander Belopolsky.
-
- 22 Aug, 2012 7 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
had a coefficient with MAX_PREC=425000000 digits and a negative exponent. Increasing the context limits above the official values fixes the issue and is safe (in this case!).
-
Stefan Krah authored
required for a corner case in dec_hash() in the following commit and also usually faster. dec_hash() needs some extra precision above MPD_MAX_PREC, and _mpd_base_ndivmod() is not audited for that. 2) Use _mpd_basemul() if the length of the smaller operand is less than or equal to 256. While this is technically an optimization, it is required for *testing* corner cases in dec_hash() in reasonable time.
-
Victor Stinner authored
-
Ronald Oussoren authored
This is due to an off-by-one error: the allocated buffer didn't have room for a NUL character at the end of the mbstowcs result. (merge with 3.2)
-
Ronald Oussoren authored
This is due to an off-by-one error: the allocated buffer didn't have room for a NUL character at the end of the mbstowcs result.
-
Ezio Melotti authored
-
- 21 Aug, 2012 11 commits
-
-
Trent Nelson authored
This is necessary for ZFS systems, which don't support UF_IMMUTABLE. (Note: this commit is a manual merge of 78699:019a2390b014 as both _test_chflags_regular_file and test_lchflags_symlink differ between 3.2 and default.)
-
Trent Nelson authored
-
Trent Nelson authored
This is necessary for ZFS systems, which don't support UF_IMMUTABLE.
-
Richard Oudkerk authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Nick Coghlan authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Trent Nelson authored
-
Trent Nelson authored
-
- 20 Aug, 2012 15 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Ethan Furman.
-
Antoine Pitrou authored
Patch by Ethan Furman.
-
Senthil Kumaran authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
R David Murray authored
Suggestion and patch by Mike Hoy.
-
R David Murray authored
Suggestion and patch by Mike Hoy.
-
Antoine Pitrou authored
Patch by Robin Schreiber.
-
Antoine Pitrou authored
Patch by Robin Schreiber.
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Nick Coghlan authored
-