-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7782cf
commit 4ff224c
Showing
10 changed files
with
83 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2011-04-20 Jim Meyering <[email protected]> | ||
|
||
* decNumber.c (decNumberFromString): Remove useless | ||
if-before-free test. | ||
(decNumberCompareTotalMag, decNumberExp, decNumberFMA): Likewise. | ||
(decNumberLn, decNumberLog10, decNumberPower): Likewise. | ||
(decNumberReduce, decNumberSquareRoot, decAddOp): Likewise. | ||
(decDivideOp, NEEDTWO, decExpOp, LN2): Likewise. | ||
|
||
2011-03-28 Mike Frysinger <[email protected]> | ||
|
||
* .gitignore: New file. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2011-04-20 Jim Meyering <[email protected]> | ||
|
||
* cp-demint.c (cplus_demangle_v3_components): Remove useless | ||
if-before-free. | ||
* cplus-dem.c (squangle_mop_up): Likewise. | ||
(delete_non_B_K_work_stuff): Likewise. | ||
* pex-common.c (pex_free): Likewise. | ||
* pex-msdos.c (pex_msdos_cleanup): Likewise. | ||
* pex-win32.c (mingw_rootify, msys_rootify): Likewise. | ||
(win32_spawn): Likewise. | ||
* regex.c (FREE_VAR, weak_alias): Likewise. | ||
* spaces.c (spaces): Likewise. | ||
|
||
2011-04-10 Jim Meyering <[email protected]> | ||
|
||
Avoid memory overrun in a test leading to potential double-free. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters