Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -10/+10 |
| | |||||
* | fix comment | Anatol Belski | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | Various fixes to allow support for new VS2014 features | Chris Tankersley | 2014-11-05 | 1 | -3/+12 |
| | | | | | | | | - Added some typeof checks to handle JS errors introduced in VS2014 - Added VS2014 to the list of compilers - Changed to use stdint.h if we are using VS2014 or higher - Skip defining timespec if we're using VS2014 or higher - Moved u_char typedef out to always be defined regardless of VS version | ||||
* | use stddef.h definitions for uintptr_t and intptr_t | Anatol Belski | 2014-08-28 | 1 | -7/+2 |
| | |||||
* | Merge remote-tracking branch 'php/master' | Anatol Belski | 2014-08-21 | 1 | -0/+4 |
|\ | |||||
| * | avoid clash when stdint.h was included after win32/php_stdint.h | Anatol Belski | 2014-08-21 | 1 | -0/+4 |
| | | |||||
* | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -0/+2 |
|/ | |||||
* | wrap int8_t and int16_t with #ifdef to avoid possible clashes | Anatol Belski | 2014-08-07 | 1 | -0/+4 |
| | |||||
* | 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/ |