Václav Slavík
e3f9e20cb1
applied patch 890642: wxRE_ADVANCED flag and docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-19 17:28:56 +00:00
Václav Slavík
1701c4d421
applied patch 890642: wxRE_ADVANCED flag and docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-19 16:57:15 +00:00
Václav Slavík
3ca4086b22
reverted to TCL version of regex library
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-19 16:47:02 +00:00
Dimitri Schoolwerth
6efbb55bf6
Fixed relative paths to lib/.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 21:39:56 +00:00
Julian Smart
78313c3347
Added Release Unicode DLL and Debug Unicode DLL (identical
...
to non-DLL configurations) in order to get appropriate
regex configuration compiled when wxWindows is compiled via
wxWindows.dsw. Closes bug 877037.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 17:30:54 +00:00
Ryan Norton
3bde165cd0
Fixed setup.h logic again
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-01 12:30:37 +00:00
Ryan Norton
d8d21537bd
Fix for [ 877037 ] It is no longer possible to build using wxWindows.dsw
...
Fixed setup.h logic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-01 12:27:47 +00:00
Ryan Norton
19f0995a78
added newline
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-29 09:44:34 +00:00
Julian Smart
8cc4850c2d
Patch from "Viktor Voroshylo" <viktor@voroshylo.com>
...
src/.cvsignore : changes to ignore temorary project files
src/regex/.cvsignore : changes to ignore temorary project files for CE compiler
src/regex/regguts.h : assert will be ignored under WinCE
src/msw/button.cpp : BS_FLAT is not available under winCE
src/msw/clipbrd.cpp : changed CLIPFORMAT to wxDataFormat::NativeFormat so it will compile when ole is not included (under winCE)
src/msw/menu.cpp : GetMenuItemCount is not available under winCE. Using wxMenu::GetMenuCount in this case
src/common/regex.cpp : regex will be included under wince
include/wx/msw/wince/setup.h : wxUSE_THREADS & wxUSE_REGEX is enabled by default (as in standard windows configuration)
src/msw/wince/wxWindowsCE.vcp: fixed problem with all configurations (except emu once) do not have procompiled headers setup correctly. Changes for compiling with regex.
src/msw/wince/wxWindowsCE.vcw : added regex in workspace file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-27 17:47:37 +00:00
Ryan Norton
2f3f436922
Check for WCHAR_T (thanks to ABX for pointing this out)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 18:42:41 +00:00
Dimitri Schoolwerth
c5dbbb800c
Added ../../include/wx/ to path.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-20 18:01:49 +00:00
Ryan Norton
b8f896a10a
- Got rid of warnings
...
- Fixed locale problems (?)
- Fixed newlines of rege_dfa.c
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-19 22:11:48 +00:00
Ryan Norton
4cc33fd8ce
Removed bogus configuration
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-16 03:45:22 +00:00
Ryan Norton
a060c2abc5
Added setup.h stuff
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-16 03:43:33 +00:00
Ryan Norton
de251aef9b
Removed old tests file and replaced with tcl version....
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-10 10:38:46 +00:00
Ryan Norton
ec3ade90e2
Fixed include path for wx/wxchar.h on all configurations
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-07 21:15:39 +00:00
Ryan Norton
f089c15051
Fixed include path for wx/wxchar.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-07 21:12:12 +00:00
Ryan Norton
122c9be085
removed wxUSE_BUILTIN_REGEX
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-30 23:41:47 +00:00
Ryan Norton
c5feba0ea3
Cleaned up regex.cpp
...
fixed strlen problem in regex
many other things related to cleanup of regex.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-30 22:21:00 +00:00
Ryan Norton
13c3eab75a
Contact info
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-20 09:05:08 +00:00
Ryan Norton
161c73a392
Noted where the documentation was
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-19 23:43:45 +00:00
Ryan Norton
e970653a2d
Added some documentation :)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-19 23:32:40 +00:00
Václav Slavík
539fb7a26c
reverted relative include path
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-18 10:41:34 +00:00
Ryan Norton
e15aca7e47
Ak. Corrected wxUSE_UNICODE checking...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-18 10:19:27 +00:00
Ryan Norton
4ce84ac957
Oh Henry :).
...
He didn't implement dumpchr correctly for unicode...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-18 10:17:53 +00:00
Ryan Norton
86d35a4466
Added an extra c header for memcmp and stuff...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-18 10:12:58 +00:00
Ryan Norton
85b6c59b89
Make include path more literal for bcc...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-18 10:08:04 +00:00
Ryan Norton
34cbe514cf
1.
...
Added Release With Debug Info to regex.dsp
2.
Added Release Unicode With Debug Info to regex.dsp and wxWindows.dsp
3.
Converted DS's C++ comments in regcustom.h and regex.h to C
4.
Converted defs.h and all headers it includes to C from C++ by
changing all C++ comments to C and using #ifdef __cplusplus to keep out C++-specific stuff.
5.
Changed wx_wchar to #define wx_wchar wxChar instead of copying wxchar.h code in regcustom.h.
6.
Changed the macros around a bit in regcustom.h. Originally duplicated code from wx/defs.h. Now uses SIZEOF_WCHAR_T to get the approriate data.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-17 19:30:31 +00:00
Ryan Norton
a2b9e95202
Got rid wx-license
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-17 19:00:02 +00:00
Ryan Norton
7b0f0de365
fix gcc warning
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-15 02:20:54 +00:00
Ryan Norton
c2935c26d7
Fixed tabs (i.e. turning into spaces...) Part 2...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-15 01:03:43 +00:00
Ryan Norton
960cb7d715
Fixed tabs (i.e. turning into spaces...)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-15 01:02:07 +00:00
Ryan Norton
2a68dd9e19
(Fixed?) CHRBITS
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-15 00:59:51 +00:00
Ryan Norton
439d344b6c
Added u to end of library name
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-15 00:36:44 +00:00
Ryan Norton
2ffcce508e
Quick fix.....
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-15 00:28:20 +00:00
Dimitri Schoolwerth
04fdd8736a
Fixed Mac CodeWarrior compilation (there's no <sys/types.h>).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-15 00:24:35 +00:00
Ryan Norton
f83b65f570
Added debug unicode config
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-15 00:03:07 +00:00
Ryan Norton
f5386212fe
Various fixes and warnings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-14 23:05:04 +00:00
Ryan Norton
0f314c30b8
Made funcs extern...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-14 23:04:53 +00:00
Ryan Norton
328b515e87
removed funcs...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-14 23:04:43 +00:00
Ryan Norton
83842a0ba3
Made the #if wxUSE_UNICODE check correctly...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-14 22:20:34 +00:00
Ryan Norton
dece3bfd82
AK! TYPO!
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-14 22:19:58 +00:00
Ryan Norton
80e10e8b74
Set CHRBITS to the "correct" amount.
...
Also some other spruce-ups.
(sorry, don't know how to be more specific than this!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-14 22:18:37 +00:00
Václav Slavík
48c15d381c
fixed fatal typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-14 22:03:14 +00:00
Ryan Norton
fc4aca1838
Some unicode changes...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-14 19:36:35 +00:00
Ryan Norton
1ce5dd35eb
1.
...
Fixed Exception handling in MSVC project (\\GX)
2.
No longer wxUSE_NEW_REGEX, just wxUSE_UNICODE
3.
Various changes concerning #2
NOTE: I testing this in unicode and it works!!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-14 16:57:30 +00:00
Václav Slavík
6c04a87329
removed old bc++ makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-16 21:22:26 +00:00
Václav Slavík
f36fb06dc3
removing old makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-14 17:35:57 +00:00
Ryan Norton
c0a7edde10
Tcl regex lib
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-16 22:03:51 +00:00
Gilles Depeyrot
c038ecc666
ignore MSVC build output directories
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-06-01 18:17:50 +00:00