Changeset 265
- Timestamp:
- 08/14/06 18:13:49 (2 years ago)
- Files:
-
- eaccelerator/trunk/PHP_Highlight.php (modified) (2 props)
- eaccelerator/trunk/bugreport.php (modified) (2 props)
- eaccelerator/trunk/cache.c (modified) (1 diff, 1 prop)
- eaccelerator/trunk/cache.h (modified) (1 diff, 1 prop)
- eaccelerator/trunk/content.c (modified) (1 diff, 1 prop)
- eaccelerator/trunk/content.h (modified) (1 diff, 1 prop)
- eaccelerator/trunk/control.php (modified) (2 props)
- eaccelerator/trunk/dasm.php (modified) (2 props)
- eaccelerator/trunk/debug.c (modified) (1 diff, 1 prop)
- eaccelerator/trunk/debug.h (modified) (1 diff, 1 prop)
- eaccelerator/trunk/doc/php/cache.php (modified) (2 props)
- eaccelerator/trunk/doc/php/dasm.php (modified) (2 props)
- eaccelerator/trunk/doc/php/examples/eaccelerator_cache_output.php (modified) (2 props)
- eaccelerator/trunk/doc/php/examples/eaccelerator_cache_page.php (modified) (2 props)
- eaccelerator/trunk/doc/php/examples/eaccelerator_cache_result.php (modified) (2 props)
- eaccelerator/trunk/doc/php/examples/eaccelerator_lock.php (modified) (2 props)
- eaccelerator/trunk/doc/php/info.php (modified) (2 props)
- eaccelerator/trunk/doc/php/shared_memory.php (modified) (2 props)
- eaccelerator/trunk/ea_dasm.c (modified) (1 diff, 2 props)
- eaccelerator/trunk/ea_dasm.h (modified) (1 diff, 2 props)
- eaccelerator/trunk/ea_info.c (modified) (1 diff, 2 props)
- eaccelerator/trunk/ea_info.h (modified) (1 diff, 2 props)
- eaccelerator/trunk/ea_restore.c (modified) (1 diff, 1 prop)
- eaccelerator/trunk/ea_restore.h (modified) (1 diff, 1 prop)
- eaccelerator/trunk/ea_store.h (modified) (1 diff, 1 prop)
- eaccelerator/trunk/eaccelerator.h (modified) (1 diff, 1 prop)
- eaccelerator/trunk/mm.c (modified) (1 diff, 1 prop)
- eaccelerator/trunk/mm.h (modified) (1 diff, 1 prop)
- eaccelerator/trunk/opcodes.c (modified) (1 diff, 1 prop)
- eaccelerator/trunk/opcodes.h (modified) (1 diff, 1 prop)
- eaccelerator/trunk/optimize.c (modified) (1 diff, 1 prop)
- eaccelerator/trunk/session.c (modified) (1 diff, 1 prop)
- eaccelerator/trunk/session.h (modified) (1 diff, 1 prop)
- eaccelerator/trunk/shm.c (modified) (1 diff, 1 prop)
- eaccelerator/trunk/shm.h (modified) (1 diff, 1 prop)
- eaccelerator/trunk/win32/eAccelerator.dsp (modified) (1 prop)
- eaccelerator/trunk/win32/eAccelerator.dsw (modified) (1 prop)
- eaccelerator/trunk/x86_spinlocks.h (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/PHP_Highlight.php
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
eaccelerator/trunk/bugreport.php
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
eaccelerator/trunk/cache.c
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r254 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : cache.c 178 2006-03-06 09:08:40Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/cache.h
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r254 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : cache.h 178 2006-03-06 09:08:40Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/content.c
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r254 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : content.c 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/content.h
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r182 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : content.h 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/control.php
- Property svn:eol-style set to native
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
eaccelerator/trunk/dasm.php
- Property svn:eol-style set to native
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
eaccelerator/trunk/debug.c
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r249 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : debug.c 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/debug.h
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r182 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : debug.h 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/doc/php/cache.php
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
eaccelerator/trunk/doc/php/dasm.php
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
eaccelerator/trunk/doc/php/examples/eaccelerator_cache_output.php
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
eaccelerator/trunk/doc/php/examples/eaccelerator_cache_page.php
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
eaccelerator/trunk/doc/php/examples/eaccelerator_cache_result.php
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
eaccelerator/trunk/doc/php/examples/eaccelerator_lock.php
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
eaccelerator/trunk/doc/php/info.php
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
eaccelerator/trunk/doc/php/shared_memory.php
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
eaccelerator/trunk/ea_dasm.c
- Property svn:eol-style set to native
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r262 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id :$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/ea_dasm.h
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
r178 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id :$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/ea_info.c
- Property svn:eol-style set to native
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r263 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id :$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/ea_info.h
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
r178 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id :$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/ea_restore.c
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r262 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : ea_restore.c 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/ea_restore.h
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r255 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : ea_restore.h 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/ea_store.h
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r255 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : ea_store.h 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/eaccelerator.h
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r254 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : eaccelerator.h 178 2006-03-06 09:08:40Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/mm.c
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r259 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : mm.c 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/mm.h
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r182 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : mm.h 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/opcodes.c
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r241 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : opcodes.c 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/opcodes.h
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r203 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : opcodes.h 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/optimize.c
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r249 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : optimize.c 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/session.c
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r258 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : session.c 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/session.h
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r258 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : session.h 176 2006-03-05 12:18:54Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/shm.c
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r254 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : shm.c 178 2006-03-06 09:08:40Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/shm.h
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r182 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : shm.h 178 2006-03-06 09:08:40Z bart$25 $Id$ 26 26 */ 27 27 eaccelerator/trunk/win32/eAccelerator.dsp
- Property svn:eol-style changed from native to CRLF
eaccelerator/trunk/win32/eAccelerator.dsw
- Property svn:eol-style changed from native to CRLF
eaccelerator/trunk/x86_spinlocks.h
- Property svn:keywords changed from svn:eol-style to Author Date Id Revision
r182 r265 23 23 | A copy is availble at http://www.gnu.org/copyleft/gpl.txt | 24 24 +----------------------------------------------------------------------+ 25 $Id : x86_spinlocks.h 178 2006-03-06 09:08:40Z bart$25 $Id$ 26 26 */ 27 27