0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 13 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
All methods on java.lang.String automagically work on Jarc strings now! More... about 14 years ago
Abbreviate error output so the important info isn't lost in a sea of unimportant stuff. More... about 14 years ago
Added copy constructor capability to AbstractTable More... about 14 years ago
Fixed (+ "foo" 10) to work instead of throwing an error. More... about 14 years ago
Bump to version 7 More... about 14 years ago
Convert to Java types in Abstract Table Use new jtml tag syntax in webapp.arc More... about 14 years ago
Script tag should allow embedded scripts. Back to using standard HTML tags, but special-casing script in pr-tag so it will work in IE and Firefox. More... about 14 years ago
Ugh! Script ref has to have </script> for IE and Firefox! <script ... /> will not work!!! More... about 14 years ago
Bumped to Version 6. Changed: Simplified jtml package to match HTML exactly (except for abbreviation for input tag type). Fixed null pointer bug in JarcRequest when the parameter requested is not in the form data. More... about 14 years ago
Simplified, no special handling for input tags beyond using input type as a macro name. Yes, it's more to type, but this way it's exactly a syntactic transformation from HTML, so much easier to learn. More... about 14 years ago
Return nil instead of null for missing keys More... about 14 years ago
(is <java.lang.String> <jarc.Str) should return t if they are the same string. More... about 14 years ago
Save CompilerNotes and improve coerce to handle more conversions. More... about 14 years ago
Release version 5 - Changes: option and select tags (coerce "10" 'java.lang.Long) More... about 14 years ago
Allow coerce to be used to coerce to Java types, if there is a constructor for the specified class name that takes the type of argument being coerced. (coerce "10" 'java.lang.Long) More... about 14 years ago
Chain invocation target exception in JarcException so the root cause isn't lost! More... about 14 years ago
Added option and select tags. And changed pr-tag to drop printing of any attribute that has a the value nil. More... about 14 years ago
Jarc 4 release - fix atstrings @@Foo error, added AbstractTable, and allow 'new' to work with classes in the default package More... about 14 years ago
Update for Jarc 3 release with web app sample More... about 14 years ago
Bumped version number for Jarc 3 release More... about 14 years ago
Cleaned up web app code. More... about 14 years ago
. and ! count as ssyntax too! Now (= foo!bar 12) works!! More... about 14 years ago
Added lookup of symbols that end in .class. Removed debug logging from JavaStaticMethod. Interferes with . interstitial. More... about 14 years ago
Added NonPrimitive interface to mark classes as external to jarc so they can derive from Function to that foo!prop will work and Java method look will work also. More... about 14 years ago
Removed redefinition of obj macro More... about 14 years ago
Don't autocast String to java.io.File! What was I thinking? This screws up calling overloaded methods that take either a String or a File, but the String isn't a filename! More... about 14 years ago
Allow java method calls on classes that extend jarc.Type if they are not in the "jarc" package. More... about 14 years ago
When calling Java methods interpret nil and null (match any parameter type) More... about 14 years ago
Don't interpret (td xyz) as xyz being an attribute. There's no value folling it. So it must be a variable to be evaluated and pr'd. More... about 14 years ago
Change 'each' to work with any object that implements java.util.List More... about 14 years ago