Branch: refs/heads/master Home: http://github.com/timbunce/java2perl6
Commit: b8ecbf3d9d2300ee6ede511112ded1380df5c64f http://github.com/timbunce/java2perl6/commit/b8ecbf3d9d2300ee6ede511112ded1380df5c64f Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-07-21 (Wed, 21 Jul 2010) Changed paths: M .gitignore Log Message: ----------- added *.swp to .gitignore Commit: 84668e8fb098e3c9e45b2abc4016bcfbf24312e4 http://github.com/timbunce/java2perl6/commit/84668e8fb098e3c9e45b2abc4016bcfbf24312e4 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-07-22 (Thu, 22 Jul 2010) Changed paths: M jdbclib-update.pl Log Message: ----------- just refer to java.sql.DriverManager for now as that pulls in the others Commit: 6281f91c11cc9c3b3121482ef768baff8185b898 http://github.com/timbunce/java2perl6/commit/6281f91c11cc9c3b3121482ef768baff8185b898 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-07-22 (Thu, 22 Jul 2010) Changed paths: M DBDI.pm6 M MANIFEST.SKIP M bin/java2perl6api M dbdi.pl6 R jdbclib-classes.txt Log Message: ----------- minor polish before lighting talk Commit: d4a546a97845c3d5f86c1484157b2d9bfe590818 http://github.com/timbunce/java2perl6/commit/d4a546a97845c3d5f86c1484157b2d9bfe590818 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-07-24 (Sat, 24 Jul 2010) Changed paths: M DBDI.pm6 M dbdi.pl6 Log Message: ----------- Update demo example to prompt for database and sql to execute Commit: d821d7ca3da33a94c518501588101cbcbc84dfda http://github.com/timbunce/java2perl6/commit/d821d7ca3da33a94c518501588101cbcbc84dfda Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-07-24 (Sat, 24 Jul 2010) Changed paths: M bin/java2perl6api M t/70_java2perl6.t Log Message: ----------- Rename --nocheck to --nocompile. Commit: 66ac20ab2d433afb755243d57e1fab15ca7ed514 http://github.com/timbunce/java2perl6/commit/66ac20ab2d433afb755243d57e1fab15ca7ed514 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-07-24 (Sat, 24 Jul 2010) Changed paths: M bin/java2perl6api Log Message: ----------- Compile deepest first as an optimization Commit: 850223eafc9c6fb395f4730abe0650069e287af2 http://github.com/timbunce/java2perl6/commit/850223eafc9c6fb395f4730abe0650069e287af2 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-07-24 (Sat, 24 Jul 2010) Changed paths: M bin/java2perl6api Log Message: ----------- Don't recurse into any private classes. Avoid undef on unprocessed classes. Commit: 47679d345b6bf5e5ed9b8e9fe0d098a6ef2f9c23 http://github.com/timbunce/java2perl6/commit/47679d345b6bf5e5ed9b8e9fe0d098a6ef2f9c23 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-07-24 (Sat, 24 Jul 2010) Changed paths: M dbdi-init.sh Log Message: ----------- need to ensure the native postgres libpq is loadable Commit: 174d529005000eaabdf2d6329bdb3dffd525165d http://github.com/timbunce/java2perl6/commit/174d529005000eaabdf2d6329bdb3dffd525165d Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-07-24 (Sat, 24 Jul 2010) Changed paths: M DBDI.pm6 M DBDI_pg.pm6 M dbdi.pl6 Log Message: ----------- Add driver registration so the DriverManager can handle multiple drivers.