Update of /cvsroot/binaryphp/binaryphp
In directory sc8-pr-cvs1:/tmp/cvs-serv18998
Modified Files:
functions.php
Log Message:
Committing for Lateralus
Update docs/AUTHORS and functions.php
Created functions/timedate/time.cpp and gettimeofday.cpp
Index: functions.php
===================================================================
RCS file: /cvsroot/binaryphp/binaryphp/functions.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** functions.php 13 Aug 2003 08:51:34 -0000 1.43
--- functions.php 14 Sep 2003 20:33:19 -0000 1.44
***************
*** 81,84 ****
--- 81,86 ----
'atan' => array('cmath', 'math/atan.cpp'),
'acos' => array('cmath', 'math/acos.cpp'),
+ 'gettimeofday' => array(array('sys/time.h','time.h'), 'timedate/gettimeofday.cpp'),
+ 'time' => array('time.h', 'timedate/time.cpp'),
null
);
|