Commit Graph

83 Commits

Author SHA1 Message Date
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
Chris Elliott
2cedc12a6a Borland makefiles now keep output apart
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-05-26 11:34:39 +00:00
Chris Elliott
5bfebd013e update to make digitalmars compile/link image sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-04-24 21:02:07 +00:00
Chris Elliott
ddea7eb614 changes to watcom makefiles for OpenWatcom
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-04-05 10:14:07 +00:00
Stefan Csomor
84e7f94cb0 mach targets added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-03-28 16:26:15 +00:00
Mattia Barbon
b994671df0 makefile.g95 now adds _cyg or _min suffix to libraries/DLLs, as
per the discussion on wx-dev.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-03-20 17:45:38 +00:00
Vadim Zeitlin
a0499e2f21 new (for wxBase) or updated and (hopefully() improved Watcom makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-01-22 17:13:52 +00:00
Stefan Csomor
22ab1509cd xml projects for CW 8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-01-16 06:50:42 +00:00
Stefan Csomor
1b6b675be3 additions for __MWERKS__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-01-16 06:47:22 +00:00
Julian Smart
c4f48f14f1 Fixed corrupt files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-01-10 11:38:51 +00:00