Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFT: VC10 build support | Kalle Sommer Nielsen | 2009-12-03 | 1 | -1/+6 |
| | |||||
* | - revert last commit and fix inline | Pierre Joye | 2009-05-04 | 1 | -1/+2 |
| | |||||
* | - a macro will just do it too | Pierre Joye | 2009-05-04 | 1 | -2/+1 |
| | |||||
* | - add llabs | Pierre Joye | 2009-05-04 | 1 | -0/+2 |
| | |||||
* | - prevent redefinition | Pierre Joye | 2009-01-27 | 1 | -0/+10 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | -MFH: | Pierre Joye | 2008-07-28 | 1 | -0/+234 |
- #45430, windows implementation of crypt is not TS - add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support - Make crypt features portable: - if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore - if one algo is missing, php's implemetation is used - Windows always use php's implementation - removed old code in windows/ |