1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

137 Commits

Author SHA1 Message Date
Kevin Glynn
b4bd3cf697 add a close method 2011-01-31 16:28:32 +01:00
Kevin Glynn
3b61fce97f Exception -> Throwble now 2011-01-29 09:29:03 +01:00
Kevin Glynn
d32f508073 add a iterable for Hashtable 2011-01-28 21:49:15 +01:00
Kevin Glynn
fb578b8dc2 fix arraylist sort 2011-01-28 18:22:00 +01:00
Kevin Glynn
403d42044f fix some broken translations 2011-01-28 17:17:34 +01:00
Kevin Glynn
e60dcbfee3 Change ReturnType to ElementType 2011-01-27 14:12:08 +01:00
Kevin Glynn
1fe7bceade add support for iterables 2011-01-26 11:47:15 +01:00
Kevin Glynn
5ece315769 fix broken translation file 2011-01-25 18:45:04 +01:00
Kevin Glynn
27e774356d move get___idx and set___idx to Indexers section 2011-01-25 18:26:01 +01:00
Kevin Glynn
48235fdba6 Use TypeParams for element type 2011-01-25 12:20:22 +01:00
Kevin Glynn
e5a46160b2 inherit from system.object and add final carriage return as side-effect .... 2011-01-21 17:53:06 +01:00
Kevin Glynn
29b0ba7c1d generalised typeof_type 2011-01-21 16:36:16 +01:00
Kevin Glynn
8b61151866 another missing System.Object inheritor 2011-01-18 10:58:21 +01:00
Kevin Glynn
4288147e00 fix up arraylist translations 2011-01-18 07:41:09 +01:00
Kevin Glynn
8c875d3b41 inherit from object 2011-01-17 18:30:39 +01:00
Kevin Glynn
19550129d8 inherit from System.Object. Not sure what the real answer is here 2011-01-17 16:43:40 +01:00
Kevin Glynn
99843bd654 going to retire ArrayListSupport 2011-01-11 12:04:34 +01:00
Kevin Glynn
38ebf673fb move Import attribute to right place 2011-01-10 11:45:19 +01:00
Kevin Glynn
389867add2 include imports from original 2011-01-10 11:18:36 +01:00
Kevin Glynn
fe7aa5ea56 add our xmlns 2011-01-04 17:46:11 +01:00
Kevin Glynn
2990bcbf65 Add (autoupgraded) Net Framework translation files for son of cs2j 2011-01-04 15:58:18 +01:00
Kevin Glynn
959c489922 Merged from Rustici Trunk:
------------------------------------------------------------------------
r14544 | david.ells | 2010-12-12 00:14:41 +0100 (Sun, 12 Dec 2010) | 1 line

Since java doesn't store better than milli seconds, drop extra fractions of a second from iso timestamps beyond millis
------------------------------------------------------------------------
r14536 | david.ells | 2010-12-10 01:00:29 +0100 (Fri, 10 Dec 2010) | 1 line

Avoid NPE in XmlText when the value of the node is null
------------------------------------------------------------------------
r14527 | david.ells | 2010-12-08 18:21:43 +0100 (Wed, 08 Dec 2010) | 1 line

Add Subtract method to DateTime in CS2J types
------------------------------------------------------------------------
r14524 | david.ells | 2010-12-08 16:22:42 +0100 (Wed, 08 Dec 2010) | 1 line

Add count property
------------------------------------------------------------------------
r14411 | david.ells | 2010-11-18 05:29:46 +0100 (Thu, 18 Nov 2010) | 1 line

Exclude PENS for non ssp builds, add CS2J rule for .NET exception InnerException member
------------------------------------------------------------------------
r14294 | troy.foster | 2010-11-02 19:23:18 +0100 (Tue, 02 Nov 2010) | 1 line

change to handle XmlAttributeCollection appending
------------------------------------------------------------------------
r14074 | troy.foster | 2010-10-15 19:15:15 +0200 (Fri, 15 Oct 2010) | 1 line

Added support for the ToUpperInvariant and ToLowerInvariant functions of both classes
2010-12-22 15:08:31 +01:00
Kevin Glynn
d825e3c348 Merge from rustici/trunk:
------------------------------------------------------------------------
r13498 | ben.clark | 2010-08-20 23:04:52 +0200 (Fri, 20 Aug 2010) | 1 line

support for trimmed empty check w/o performing trim (avoid associated copy)
------------------------------------------------------------------------
r13354 | ben.clark | 2010-08-04 23:34:47 +0200 (Wed, 04 Aug 2010) | 1 line

fix for ontime 334, 'N#' format support
------------------------------------------------------------------------
r13303 | ben.clark | 2010-08-02 18:53:11 +0200 (Mon, 02 Aug 2010) | 1 line

fixed infinite loop in recurive directory delete
------------------------------------------------------------------------
r13222 | ben.clark | 2010-07-22 16:09:51 +0200 (Thu, 22 Jul 2010) | 1 line

need to know if an entry is a directory or not, to avoid writing directory entries as files
------------------------------------------------------------------------
r13200 | ben.clark | 2010-07-20 16:13:11 +0200 (Tue, 20 Jul 2010) | 1 line

merged back lastindexofany fix
------------------------------------------------------------------------
r12990 | ben.clark | 2010-06-22 04:44:58 +0200 (Tue, 22 Jun 2010) | 1 line

new translation needed for PENS
2010-08-26 12:54:07 +02:00
Kevin Glynn
f718a71970 support for new String('x',5) === "xxxxx" 2010-07-14 15:51:49 -05:00
Kevin Glynn
eea4e54a17 add type arguments to quiten java compiler 2010-07-14 15:14:57 -05:00
Kevin Glynn
1f2a9adba8 Support for StingBuilder.ensurecapacity and corrected translation for setlength 2010-07-14 15:13:57 -05:00
Kevin Glynn
aa8dd21ace support for ToString(X2) and number.round(places) 2010-07-14 15:13:05 -05:00
Kevin Glynn
2d332eb986 add IsLetterOrDigit 2010-07-14 15:10:50 -05:00
Kevin Glynn
a20120407f Add small support for new C# feature optional values 2010-07-14 15:10:27 -05:00
Kevin Glynn
0b73f7ddcd Include version number in src zip
- We use git describe to generate a build number from most recent tag
2010-06-21 18:47:25 -05:00
Kevin Glynn
6262fde7e2 Sync from svn trunk 2010-06-21 16:31:42 -05:00
Kevin Glynn
de2680aebd Add Type arguments to squelch some warnings 2010-06-07 12:32:32 -05:00
Kevin Glynn
d9d7530103 (broken) support for X509Certificates
- Add placeholder
2010-06-07 12:07:59 -05:00
Kevin Glynn
0532c9dc6f Support Convert base64
- Use commons-codec for base64 encoding support
- Add 3rd party reame for licenses
- add apache commons-codec.jar
2010-06-07 12:06:55 -05:00
Kevin Glynn
0a5d22e8dd Adapt translations to new EncodingSupport wrapper class
- Encoding is now a wrapper class, not translated directly to coding string
2010-06-07 12:04:23 -05:00
Kevin Glynn
81fe4a6e4a Fix encoding for utf-8 2010-06-04 08:27:49 -05:00
Kevin Glynn
3bc9847b15 Import CS2JLibrary from Rustici Software subversion repository. This is the trunk branch. 2010-05-29 09:20:16 -05:00