reactos.git
20 years agoRestart worker if it failed to send the log messages.
Eric Kohl [Fri, 21 Nov 2003 22:28:50 +0000 (22:28 +0000)]
Restart worker if it failed to send the log messages.
Add driver or device name to the log message.
Silence debug messages.

svn path=/trunk/; revision=6743

20 years ago- Updated comctl32.dll to latest WineHQ release.
Filip Navara [Fri, 21 Nov 2003 21:16:28 +0000 (21:16 +0000)]
- Updated comctl32.dll to latest WineHQ release.

svn path=/trunk/; revision=6742

20 years ago- Fixed multiwin.exe painting problem.
Filip Navara [Fri, 21 Nov 2003 21:12:09 +0000 (21:12 +0000)]
- Fixed multiwin.exe painting problem.
- Reverted my fix to cursoricon.c.

svn path=/trunk/; revision=6741

20 years agoadded missing * to function pointer typedef 'exception_hook'
Royce Mitchell III [Fri, 21 Nov 2003 20:26:35 +0000 (20:26 +0000)]
added missing * to function pointer typedef 'exception_hook'

svn path=/trunk/; revision=6740

20 years ago- A little more correct prototypes for NtGetPlugPlayEvent and NtPlugPlayControl....
Filip Navara [Fri, 21 Nov 2003 18:42:06 +0000 (18:42 +0000)]
- A little more correct prototypes for NtGetPlugPlayEvent and NtPlugPlayControl. Does anybody know more about these functions?

svn path=/trunk/; revision=6739

20 years agofixed hittest code to return HTBORDER if it's not a sizable window frame
Thomas Bluemel [Fri, 21 Nov 2003 17:38:22 +0000 (17:38 +0000)]
fixed hittest code to return HTBORDER if it's not a sizable window frame

svn path=/trunk/; revision=6738

20 years ago- More painting bugfixes.
Filip Navara [Fri, 21 Nov 2003 17:01:16 +0000 (17:01 +0000)]
- More painting bugfixes.

svn path=/trunk/; revision=6737

20 years agoimplement WM_SETCURSOR messages
Thomas Bluemel [Fri, 21 Nov 2003 16:36:26 +0000 (16:36 +0000)]
implement WM_SETCURSOR messages

svn path=/trunk/; revision=6736

20 years agoEA name handling fix
Vizzini [Fri, 21 Nov 2003 00:06:58 +0000 (00:06 +0000)]
EA name handling fix

svn path=/trunk/; revision=6735

20 years agofixed crash when pressing a key while booting up
Thomas Bluemel [Thu, 20 Nov 2003 22:28:49 +0000 (22:28 +0000)]
fixed crash when pressing a key while booting up

svn path=/trunk/; revision=6734

20 years agoupdated install location of rundll32
Vizzini [Thu, 20 Nov 2003 21:28:47 +0000 (21:28 +0000)]
updated install location of rundll32

svn path=/trunk/; revision=6733

20 years ago- More painting bugfixes. Still many bugs are left :-(
Filip Navara [Thu, 20 Nov 2003 21:21:29 +0000 (21:21 +0000)]
- More painting bugfixes. Still many bugs are left :-(
- Temporary disabled buggy code for setting window focus, because it causes many applications to crash.
- Fixed one FIXME in IntSetCursor.

svn path=/trunk/; revision=6732

20 years agosped up strip_comments, and added File::SaveFromString() in the process of hunting...
Royce Mitchell III [Thu, 20 Nov 2003 18:27:33 +0000 (18:27 +0000)]
sped up strip_comments, and added File::SaveFromString() in the process of hunting down a recursive c include.

svn path=/trunk/; revision=6731

20 years agoTDI stuff I forgot to commit
Vizzini [Thu, 20 Nov 2003 17:55:10 +0000 (17:55 +0000)]
TDI stuff I forgot to commit

svn path=/trunk/; revision=6730

20 years ago1. fixed SetProp()
Thomas Bluemel [Thu, 20 Nov 2003 15:35:33 +0000 (15:35 +0000)]
1. fixed SetProp()
2. implemented EnumProps() and EnumPropsEx()

svn path=/trunk/; revision=6729

20 years agoReceive error log messages from the ErrorLogPort.
Eric Kohl [Thu, 20 Nov 2003 11:09:49 +0000 (11:09 +0000)]
Receive error log messages from the ErrorLogPort.

svn path=/trunk/; revision=6728

20 years agoBuild error log message and send it to the ErrorLogPort.
Eric Kohl [Thu, 20 Nov 2003 11:08:52 +0000 (11:08 +0000)]
Build error log message and send it to the ErrorLogPort.

svn path=/trunk/; revision=6727

20 years agoFixed a cut-and-paste bug.
Eric Kohl [Thu, 20 Nov 2003 11:06:35 +0000 (11:06 +0000)]
Fixed a cut-and-paste bug.

svn path=/trunk/; revision=6726

20 years ago- Painting bugfixes.
Filip Navara [Thu, 20 Nov 2003 09:18:49 +0000 (09:18 +0000)]
- Painting bugfixes.

svn path=/trunk/; revision=6725

20 years agobegan refreshing tditest a bit
Vizzini [Thu, 20 Nov 2003 06:31:51 +0000 (06:31 +0000)]
began refreshing tditest a bit

svn path=/trunk/; revision=6724

20 years agofixed a type name
Vizzini [Thu, 20 Nov 2003 06:30:35 +0000 (06:30 +0000)]
fixed a type name

svn path=/trunk/; revision=6723

20 years agoMinor cleanup
Eric Kohl [Thu, 20 Nov 2003 00:57:29 +0000 (00:57 +0000)]
Minor cleanup

svn path=/trunk/; revision=6722

20 years agoHalRequestSoftwareInterrupt added
Gunnar Dalsnes [Wed, 19 Nov 2003 22:39:01 +0000 (22:39 +0000)]
HalRequestSoftwareInterrupt added

svn path=/trunk/; revision=6721

20 years agoFixed FormatMessage[A/W] to not suck.
Steven Edwards [Wed, 19 Nov 2003 22:19:17 +0000 (22:19 +0000)]
Fixed FormatMessage[A/W] to not suck.
We now pass this kernel32 regression test.

svn path=/trunk/; revision=6720

20 years ago-KeLeaveCriticalRegion changes based on an article on ntfsd
Gunnar Dalsnes [Wed, 19 Nov 2003 21:19:15 +0000 (21:19 +0000)]
-KeLeaveCriticalRegion changes based on an article on ntfsd

svn path=/trunk/; revision=6719

20 years ago-IoQueueThreadIrp impl.
Gunnar Dalsnes [Wed, 19 Nov 2003 21:12:35 +0000 (21:12 +0000)]
-IoQueueThreadIrp impl.

svn path=/trunk/; revision=6718

20 years ago-HalRequestSoftwareInterrupt impl. (does nothing yet)
Gunnar Dalsnes [Wed, 19 Nov 2003 21:04:21 +0000 (21:04 +0000)]
-HalRequestSoftwareInterrupt impl. (does nothing yet)

svn path=/trunk/; revision=6717

20 years ago-IoReuseIrp impl.
Gunnar Dalsnes [Wed, 19 Nov 2003 20:57:22 +0000 (20:57 +0000)]
-IoReuseIrp impl.
-Added missing define

svn path=/trunk/; revision=6716

20 years agoIoReuseIrp impl.
Gunnar Dalsnes [Wed, 19 Nov 2003 20:54:31 +0000 (20:54 +0000)]
IoReuseIrp impl.
IoQueueThreadIrp/IoEnqueueIrp impl.

svn path=/trunk/; revision=6715

20 years agosmall bugfix
Thomas Bluemel [Wed, 19 Nov 2003 20:12:34 +0000 (20:12 +0000)]
small bugfix

svn path=/trunk/; revision=6714

20 years agoadded a test app to test some (currently unimplemented) dialog functions
Thomas Bluemel [Wed, 19 Nov 2003 19:59:57 +0000 (19:59 +0000)]
added a test app to test some (currently unimplemented) dialog functions

svn path=/trunk/; revision=6713

20 years agochange to use input file list
Royce Mitchell III [Wed, 19 Nov 2003 18:48:48 +0000 (18:48 +0000)]
change to use input file list

svn path=/trunk/; revision=6712

20 years agoPatch by Jonathon Wilson:
Thomas Bluemel [Wed, 19 Nov 2003 13:19:40 +0000 (13:19 +0000)]
Patch by Jonathon Wilson:
add stubs to user32 and add partial non-working implementation of Message Pump Hooks

svn path=/trunk/; revision=6711

20 years ago- Fixed importing forward exports by ordinal.
Filip Navara [Wed, 19 Nov 2003 13:16:22 +0000 (13:16 +0000)]
- Fixed importing forward exports by ordinal.
- Fixed export ordinals of wsock32.dll.
- Changed base addresses of mswsock.dll and wsock32.dll to match Win XP.

svn path=/trunk/; revision=6710

20 years agoConnect to the 'ErrorLogPort' and restart worker if connection fails.
Eric Kohl [Wed, 19 Nov 2003 12:53:14 +0000 (12:53 +0000)]
Connect to the 'ErrorLogPort' and restart worker if connection fails.

svn path=/trunk/; revision=6709

20 years agoAdd error log structs.
Eric Kohl [Wed, 19 Nov 2003 12:50:11 +0000 (12:50 +0000)]
Add error log structs.

svn path=/trunk/; revision=6708

20 years agoimplemented CheckRadioButton()
Thomas Bluemel [Wed, 19 Nov 2003 12:48:48 +0000 (12:48 +0000)]
implemented CheckRadioButton()

svn path=/trunk/; revision=6707

20 years agoforgot to add file
Thomas Bluemel [Wed, 19 Nov 2003 12:33:32 +0000 (12:33 +0000)]
forgot to add file

svn path=/trunk/; revision=6706

20 years ago1. implemented GetGuiResources()
Thomas Bluemel [Wed, 19 Nov 2003 12:25:03 +0000 (12:25 +0000)]
1. implemented GetGuiResources()
2. modified test app guithreadinfo to display additional information about the current process using GetGuiResources()

svn path=/trunk/; revision=6705

20 years agoinstall winedbgc.dll by default, this appears to fix an installation problem i'm...
Richard Campbell [Wed, 19 Nov 2003 10:21:17 +0000 (10:21 +0000)]
install winedbgc.dll by default, this appears to fix an installation problem i'm having on my end with virtualpc 5.0

svn path=/trunk/; revision=6704

20 years agofixed compile error
Richard Campbell [Wed, 19 Nov 2003 09:37:45 +0000 (09:37 +0000)]
fixed compile error

svn path=/trunk/; revision=6703

20 years ago- Painting bugfixes.
Filip Navara [Wed, 19 Nov 2003 09:10:36 +0000 (09:10 +0000)]
- Painting bugfixes.

svn path=/trunk/; revision=6702

20 years agopatch for -Werror -Wall by jonathan wilson
Vizzini [Wed, 19 Nov 2003 05:53:38 +0000 (05:53 +0000)]
patch for -Werror -Wall by jonathan wilson

svn path=/trunk/; revision=6701

20 years agopatch by jonathan wilson to enable -Wall -Werror, and a path sep fix for unix by me
Vizzini [Wed, 19 Nov 2003 05:47:28 +0000 (05:47 +0000)]
patch by jonathan wilson to enable -Wall -Werror, and a path sep fix for unix by me

svn path=/trunk/; revision=6700

20 years agoFixes for compiling with -Wall -Werror on unix (tested with gcc-3.3)
Vizzini [Wed, 19 Nov 2003 05:43:15 +0000 (05:43 +0000)]
Fixes for compiling with -Wall -Werror on unix (tested with gcc-3.3)

svn path=/trunk/; revision=6699

20 years agotemporarily removed imagehlp since it doesn't compile and i don't have the time nor...
Richard Campbell [Wed, 19 Nov 2003 03:20:25 +0000 (03:20 +0000)]
temporarily removed imagehlp since it doesn't compile and i don't have the time nor interest to look into it myself

svn path=/trunk/; revision=6698

20 years agoUpdated version number
Vizzini [Wed, 19 Nov 2003 02:46:13 +0000 (02:46 +0000)]
Updated version number

svn path=/trunk/; revision=6697

20 years ago1. implemented GetGUIThreadInfo()
Thomas Bluemel [Tue, 18 Nov 2003 23:33:31 +0000 (23:33 +0000)]
1. implemented GetGUIThreadInfo()
2. added test app for GetGUIThreadInfo()

svn path=/trunk/; revision=6696

20 years agoAdded rpcrt4.dll and imagehlp.dll to the Makefile
Steven Edwards [Tue, 18 Nov 2003 22:28:24 +0000 (22:28 +0000)]
Added rpcrt4.dll and imagehlp.dll to the Makefile

svn path=/trunk/; revision=6695

20 years agoAdded user32 regression test from Wine.
Steven Edwards [Tue, 18 Nov 2003 22:24:42 +0000 (22:24 +0000)]
Added user32 regression test from Wine.

svn path=/trunk/; revision=6694

20 years agoMoved rpcrt4 regression test to a better location.
Steven Edwards [Tue, 18 Nov 2003 22:08:11 +0000 (22:08 +0000)]
Moved rpcrt4 regression test to a better location.

svn path=/trunk/; revision=6693

20 years agoMoving ported WINE regression tests
Steven Edwards [Tue, 18 Nov 2003 22:07:13 +0000 (22:07 +0000)]
Moving ported WINE regression tests

svn path=/trunk/; revision=6692

20 years ago- Rewritten painting implementation (not complete yet, but better then the current).
Filip Navara [Tue, 18 Nov 2003 20:49:39 +0000 (20:49 +0000)]
- Rewritten painting implementation (not complete yet, but better then the current).
- Bug fixes.

svn path=/trunk/; revision=6691

20 years agoInitialize error log worker.
Eric Kohl [Tue, 18 Nov 2003 20:08:30 +0000 (20:08 +0000)]
Initialize error log worker.

svn path=/trunk/; revision=6690

20 years agoadded LR_SHARED flag support for LoadIcon() and LoadCursor()
Thomas Bluemel [Tue, 18 Nov 2003 19:59:51 +0000 (19:59 +0000)]
added LR_SHARED flag support for LoadIcon() and LoadCursor()

svn path=/trunk/; revision=6689

20 years agoRLE4/8 Bitmap Compression support.
Steven Edwards [Tue, 18 Nov 2003 18:05:40 +0000 (18:05 +0000)]
RLE4/8 Bitmap Compression support.
Patch by Jonathan Wilson.

svn path=/trunk/; revision=6687

20 years agoFixed directory creation date.
Eric Kohl [Tue, 18 Nov 2003 17:40:46 +0000 (17:40 +0000)]
Fixed directory creation date.
Typo found by Vadim A. Yagodkin.

svn path=/trunk/; revision=6686

20 years agomore special-cases
Royce Mitchell III [Tue, 18 Nov 2003 05:20:00 +0000 (05:20 +0000)]
more special-cases

svn path=/trunk/; revision=6685

20 years agoremove unnecessary include
Royce Mitchell III [Tue, 18 Nov 2003 05:17:22 +0000 (05:17 +0000)]
remove unnecessary include

svn path=/trunk/; revision=6684

20 years agoadded missing ;
Royce Mitchell III [Tue, 18 Nov 2003 05:11:41 +0000 (05:11 +0000)]
added missing ;

svn path=/trunk/; revision=6683

20 years agofix circular-dependency include
Royce Mitchell III [Tue, 18 Nov 2003 05:09:17 +0000 (05:09 +0000)]
fix circular-dependency include

svn path=/trunk/; revision=6682

20 years agoAdd -Wall -Werror and turn off -D__USE_W32API
Steven Edwards [Mon, 17 Nov 2003 20:48:22 +0000 (20:48 +0000)]
Add -Wall -Werror and turn off -D__USE_W32API

svn path=/trunk/; revision=6681

20 years agoFixes for ntdll rtl and large int tests.
Steven Edwards [Mon, 17 Nov 2003 20:35:46 +0000 (20:35 +0000)]
Fixes for ntdll rtl and large int tests.
Added crc32 support to ntdll.
fix some unimplemented tags.

svn path=/trunk/; revision=6680

20 years agohandle functions that take function ptrs as args
Royce Mitchell III [Mon, 17 Nov 2003 19:27:57 +0000 (19:27 +0000)]
handle functions that take function ptrs as args

svn path=/trunk/; revision=6679

20 years ago- Support for RASTERCAPS in NtGdiGetDeviceCaps.
Filip Navara [Mon, 17 Nov 2003 08:20:24 +0000 (08:20 +0000)]
- Support for RASTERCAPS in NtGdiGetDeviceCaps.

svn path=/trunk/; revision=6678

20 years agomore special cases
Royce Mitchell III [Mon, 17 Nov 2003 04:05:54 +0000 (04:05 +0000)]
more special cases

svn path=/trunk/; revision=6677

20 years agoTheme dumper almost finished, but not working correctly
KJK::Hyperion [Mon, 17 Nov 2003 02:36:36 +0000 (02:36 +0000)]
Theme dumper almost finished, but not working correctly

svn path=/trunk/; revision=6676

20 years agoForgot a file
KJK::Hyperion [Mon, 17 Nov 2003 02:32:45 +0000 (02:32 +0000)]
Forgot a file

svn path=/trunk/; revision=6675

20 years agoMoved and renamed some ReactOS specific macros
KJK::Hyperion [Mon, 17 Nov 2003 02:12:52 +0000 (02:12 +0000)]
Moved and renamed some ReactOS specific macros

svn path=/trunk/; revision=6672

20 years agoAdded port of LineDDA function from WINE.
Steven Edwards [Sun, 16 Nov 2003 22:44:39 +0000 (22:44 +0000)]
Added port of LineDDA function from WINE.

svn path=/trunk/; revision=6671

20 years agoAdded -D__USE_W32API
Steven Edwards [Sun, 16 Nov 2003 22:42:43 +0000 (22:42 +0000)]
Added -D__USE_W32API

svn path=/trunk/; revision=6670

20 years agoAdded -D__USE_W32API
Steven Edwards [Sun, 16 Nov 2003 22:25:34 +0000 (22:25 +0000)]
Added -D__USE_W32API

svn path=/trunk/; revision=6669

20 years agoAdded -D__USE_W32API
Steven Edwards [Sun, 16 Nov 2003 21:47:20 +0000 (21:47 +0000)]
Added -D__USE_W32API

svn path=/trunk/; revision=6668

20 years agoUse a safe IO_STATUS_BLOCK from the kernel stack.
Eric Kohl [Sun, 16 Nov 2003 21:03:59 +0000 (21:03 +0000)]
Use a safe IO_STATUS_BLOCK from the kernel stack.

svn path=/trunk/; revision=6667

20 years agoOpen initial executable file synchronously.
Eric Kohl [Sun, 16 Nov 2003 21:02:07 +0000 (21:02 +0000)]
Open initial executable file synchronously.

svn path=/trunk/; revision=6666

20 years ago- Moved the pager thread as balancer thread to balance.c.
Hartmut Birr [Sun, 16 Nov 2003 15:20:39 +0000 (15:20 +0000)]
- Moved the pager thread as balancer thread to balance.c.
- Fixed some deadlock conditions for low memory situations.

svn path=/trunk/; revision=6665

20 years ago- Create a memory area for the kpcr.
Hartmut Birr [Sun, 16 Nov 2003 15:19:28 +0000 (15:19 +0000)]
- Create a memory area for the kpcr.
- Fixed the end address for unmapping unused address space behind the kernel.
- Free some unmapped pages.
- Initialized the pageop and rmap implementation earlier in the startup process.

svn path=/trunk/; revision=6664

20 years ago- Initialized lookaside lists earlier in the startup process.
Hartmut Birr [Sun, 16 Nov 2003 15:17:46 +0000 (15:17 +0000)]
- Initialized lookaside lists earlier in the startup process.

svn path=/trunk/; revision=6663

20 years agoadded OLE error messages
Martin Fuchs [Sun, 16 Nov 2003 14:01:29 +0000 (14:01 +0000)]
added OLE error messages

svn path=/trunk/; revision=6662

20 years agoReport handle information.
Eric Kohl [Sun, 16 Nov 2003 13:47:20 +0000 (13:47 +0000)]
Report handle information.

svn path=/trunk/; revision=6661

20 years agoSupport boot images larger than one sector (2048 bytes).
Eric Kohl [Sun, 16 Nov 2003 13:45:42 +0000 (13:45 +0000)]
Support boot images larger than one sector (2048 bytes).

svn path=/trunk/; revision=6660

20 years agoadded error messages
Martin Fuchs [Sun, 16 Nov 2003 12:56:44 +0000 (12:56 +0000)]
added error messages

svn path=/trunk/; revision=6659

20 years ago- Fix problems with non-zero cursor hotspots
Gé van Geldorp [Sun, 16 Nov 2003 12:36:24 +0000 (12:36 +0000)]
- Fix problems with non-zero cursor hotspots
- Add auto dependency tracking to vga ddi driver
- Changes for w32api

svn path=/trunk/; revision=6658

20 years agoadded more COM/OLE registry entries
Martin Fuchs [Sun, 16 Nov 2003 11:40:30 +0000 (11:40 +0000)]
added more COM/OLE registry entries

svn path=/trunk/; revision=6657

20 years agoadded TRACE message for being not able to load messages with FormatMessage()
Martin Fuchs [Sun, 16 Nov 2003 11:35:25 +0000 (11:35 +0000)]
added TRACE message for being not able to load messages with FormatMessage()

svn path=/trunk/; revision=6656

20 years agoadded registry entries for explorer
Martin Fuchs [Sun, 16 Nov 2003 10:46:34 +0000 (10:46 +0000)]
added registry entries for explorer

svn path=/trunk/; revision=6655

20 years agoadded FIXME for FormatMessage()
Martin Fuchs [Sun, 16 Nov 2003 10:45:15 +0000 (10:45 +0000)]
added FIXME for FormatMessage()

svn path=/trunk/; revision=6654

20 years agoSilence debug messages
Gé van Geldorp [Sun, 16 Nov 2003 10:41:42 +0000 (10:41 +0000)]
Silence debug messages

svn path=/trunk/; revision=6653

20 years agomoved metafile functions into objects/metafile.c
Thomas Bluemel [Sat, 15 Nov 2003 15:18:06 +0000 (15:18 +0000)]
moved metafile functions into objects/metafile.c

svn path=/trunk/; revision=6652

20 years agoFix warning if defined(DBG)
Gé van Geldorp [Sat, 15 Nov 2003 15:08:32 +0000 (15:08 +0000)]
Fix warning if defined(DBG)

svn path=/trunk/; revision=6651

20 years agosmall fixes
Thomas Bluemel [Sat, 15 Nov 2003 14:25:50 +0000 (14:25 +0000)]
small fixes

svn path=/trunk/; revision=6650

20 years agoadded test app for enhanced meta files
Thomas Bluemel [Sat, 15 Nov 2003 14:05:30 +0000 (14:05 +0000)]
added test app for enhanced meta files

svn path=/trunk/; revision=6649

20 years agofixed setting the cursor size member
Thomas Bluemel [Sat, 15 Nov 2003 12:43:25 +0000 (12:43 +0000)]
fixed setting the cursor size member

svn path=/trunk/; revision=6648

20 years agofixed warning
Thomas Bluemel [Fri, 14 Nov 2003 23:04:18 +0000 (23:04 +0000)]
fixed warning

svn path=/trunk/; revision=6647

20 years agoadded more tokens and libc headers
Royce Mitchell III [Fri, 14 Nov 2003 19:51:59 +0000 (19:51 +0000)]
added more tokens and libc headers

svn path=/trunk/; revision=6646

20 years agoPatch by Jonathon Wilson:
Thomas Bluemel [Fri, 14 Nov 2003 17:13:36 +0000 (17:13 +0000)]
Patch by Jonathon Wilson:
fix most of ReactOS to build with -Wall -Werror by default

svn path=/trunk/; revision=6645

20 years agoAdded missing variables and moved variables in order to fix include order (declare...
Eric Kohl [Fri, 14 Nov 2003 15:19:35 +0000 (15:19 +0000)]
Added missing variables and moved variables in order to fix include order (declare types before use).

svn path=/trunk/; revision=6644

20 years agoFixed io statistic variables and initialized spinlock.
Eric Kohl [Fri, 14 Nov 2003 15:17:08 +0000 (15:17 +0000)]
Fixed io statistic variables and initialized spinlock.
Patch by Mike Nordell.

svn path=/trunk/; revision=6643

20 years agoget rid of buggy unnecessary macro
Royce Mitchell III [Fri, 14 Nov 2003 14:12:29 +0000 (14:12 +0000)]
get rid of buggy unnecessary macro

svn path=/trunk/; revision=6642

20 years agofix unnecessarily recursive include
Royce Mitchell III [Fri, 14 Nov 2003 14:10:55 +0000 (14:10 +0000)]
fix unnecessarily recursive include

svn path=/trunk/; revision=6641