1
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ConditionalStmt.Position added (position of the whole IF block) More... about 10 years ago
ConcatEx keeps position of the string literals More... about 10 years ago
- PDO extensions added to the solutions - Phalanger compile warnings fix More... about 10 years ago
Merge from GitHub More... about 10 years ago
- ReflectionClass refinement - ReflectionUtils for parsing real type full name (faster, handles special cases; will replace all the type name parsing stuff (DTypeDesc, QualifiedName)) More... about 10 years ago
PDO extensions removed from the solution, missing libs More... about 10 years ago
PDO extensions added to the solution More... about 10 years ago
Merge from github More... about 10 years ago
Fixing github merge: - tfs versioning fix (0 if no tfs) - DateTime, DateTimeZone comment, fix - generated Doc removed from TFS More... about 10 years ago
merge from github More... about 10 years ago
Default TZ name fix More... about 10 years ago
timezone initialization crash fix, when specific TZ ID is not defined in Windows registry More... about 10 years ago
get_class() supports 0-parameters or null parameter; it returns current class name More... about 10 years ago
ImplementsTypeAttribute can specify type name to override .NET Name. More... about 10 years ago
binary string literal static field naming fix (same for every build, not using Guid) More... about 10 years ago
TimeZone reimplementation - internally Phalanger uses TimeZoneInfo instead of TimeZone now. - experimental support of (__)DateTime and DateTimeZone - Windows TZ id to PHP (Olson DB) TZ id mapping More... about 10 years ago
Handling long isMemberOf chains of DirectFcnCall to avoid StackOverflowException (Drupal) More... about 10 years ago
DirectFcnCall.Emit stack savings (allows longer call chains) More... about 10 years ago
Perl regexp possesive quantifiers - possesive quantifiers convert to .NET regexps support for ?+, ++,{}+ - character class doesn't have to have '(' escaped inside More... about 10 years ago
SSA script type maintenance - classes in SSA are prefixed with relative file name More... about 10 years ago
unserialize() of negative float numbers fix More... about 10 years ago
fix of loading binary string within a global function in pure mode More... about 10 years ago
removed invalid Debug.Assert in OrderedDictionary More... about 10 years ago
classes emitted in run time (TransientModule) contain file name in its namespace (as other classes) (<filename^id>) More... about 10 years ago
license & initial readme added More... about 10 years ago
xml comments for some math functions More... about 10 years ago
OrderedDictionary.SerializationHelper; fixes deserilization when the array contains a reference to ISerializable .NET object not deserialized yet. More... about 10 years ago
- filesize bypass for FileInfo.Length bug in Mono More... about 10 years ago
parsing lambda function fix (internal parser structure was being corrupted) More... about 10 years ago
rawurlencode, rawurldecode, urlencode, urldecode; works in UTF-8 (not PageEncoding) More... about 10 years ago