summaryrefslogtreecommitdiff
path: root/ext/standard/lcg.c
Commit message (Collapse)AuthorAgeFilesLines
* - Bumber up yearfoobar2005-08-031-1/+1
|
* ext/standard/fsock.hAnantha Kesari H Y2005-07-251-2/+0
| | | | | | | | | | Removing redundant inclusion of headers for NetWare ext/standard/lcg.c NetWare LibC SDK sys/time.h implicitly includes sys/timval.h so nothing special needed for NetWare here. --Kamesh
* removed the redundant NEW_LIBC checksAnantha Kesari H Y2004-09-251-4/+0
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* TS issue, noticed by Sebastian BergmannSascha Schumann2003-03-311-0/+2
|
* Ensure that the seed function has been called, even if we are used bySascha Schumann2003-03-311-0/+4
| | | | | | | another module's request init function. Noticed by: marcus.boerger@t-online.de
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-061-0/+6
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-211-1/+1
|
* Fix warning on Win32 (thanks to Sebastian)Sascha Schumann2001-09-211-1/+3
|
* Always seed the LCG from the request-init hook, otherwise the seedSascha Schumann2001-09-211-11/+28
| | | | | | | | | would be shared among the threads which is quite pointless. Also use a function of the current time as one factor. Use gettimeofday() instead of time(), because it is faster on some operating systems.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* revert bad commit.foobar2001-09-051-6/+1
|
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-1/+6
|
* WhitespaceZeev Suraski2001-08-111-4/+4
|
* killed a compile warning.foobar2001-08-071-2/+2
|
* more tsrm cleanupSascha Schumann2001-08-061-3/+2
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-3/+3
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* The lcg needs to operate on signed 32-bit integers, so useSascha Schumann2001-07-181-2/+2
| | | | | the proper php_int32 types here.
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-0/+9
|
* Moved ts_alloca_id() into MINIT like Andi requested.foobar2001-05-061-5/+9
|
* Fix bug: #8834. Now there should be more random salts..foobar2001-05-061-3/+8
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+3
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-15/+1
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* More protos.Egon Schmid2000-02-241-1/+1
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
|
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-1/+1
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Fix some warningsSascha Schumann1999-12-051-1/+1
|
* More maintainer-mode cleanupsRasmus Lerdorf1999-12-051-2/+0
|
* Fix a maintainer-mode warningRasmus Lerdorf1999-12-051-3/+5
|
* - Get rid of warning on win32, non-threadsafe mode.Andi Gutmans1999-09-221-0/+4
|
* moved lcg stuff to ext/standardStig Bakken1999-08-291-0/+98