aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-05update of JIKES path to take the faulty gnu.getopt package into accountjestin
2002-06-05JIKESPATH modifiedjestin
2002-06-05date problemjestin
2002-06-05Wed Jun 5 11:40:26 CEST 2002jestin
2002-06-05Clean package build.jestin
2002-06-04...jestin
2002-06-04Many major corrections, see changelogs for details.jestin
- Domain bug fix - die semantics OK - non CPU-eating socket listeners cVS: ----------------------------------------------------------------------
2002-06-04I Added a Changelog filejestin
There are many things to be done ... cVS: ----------------------------------------------------------------------
2002-03-07The debian doc scheme doesn't work welljestin
2002-03-071.0.9 and automatic hanlding of documentationjestin
2002-03-07no more manual generation of the documentationjestin
2002-03-071.0.9jestin
2002-03-07Changing the way the api doc is generatedjestin
2002-03-07Huuhjestin
2002-03-07*** empty log message ***jestin
2002-03-06Huh.jestin
2002-03-06Moved the Counter to examples.jestin
2002-03-06Removed a stupid emacs bindingjestin
2002-03-06New things to be done, of coursjestin
2002-03-06Counter counts an approximative number of messages going on the bus,jestin
think xload, but for ivy messages. 1 second, 10 seconds, 1 minute
2002-03-06An example from the documentationjestin
2002-03-06preparing 1.0.7 -> 1.0.8jestin
2001-10-10*** empty log message ***jestin
2001-10-10Bugfix related to the "a(.*) (.*)' regexp causing the loss of front emptyjestin
messages.
2001-10-10Description of the changes. Cosmetic updates to the man pagejestin
2001-10-10Getting ready to upload a new versionjestin
2001-10-10Well well well.jestin
2001-08-08Adding the html API documentationjestin
2001-08-08Doc generation is now fine. I removed the empty package-list, which madejestin
lintian whine.
2001-08-08Fixed typo in the rulesjestin
2001-08-08The package now builds fine on debianjestin
2001-08-06 Missed this one toojestin
2001-08-06 Missing the most important partjestin
2001-08-06 Moved from the root dirjestin
2001-08-06 The file is emptyjestin
2001-08-06 Everything I need to build the debian packagejestin
2001-08-06 Makefile is gone in src. TODO is ytbw ( Yet to be written )jestin
2001-08-06Adding multicast ( IvyWatcher ), adding the new IvyDaemon program, removingjestin
the debug code in Probe, and who knows what I've done in IvyClient ?
2001-08-06Theses docs have been removed from this package. What a pity ! They now belongjestin
to the ivy cvsroot. What should I do ?
2001-08-06Adding the mention of the new programs, and of the multicast. This is veryjestin
basic, though.
2001-08-06Going to the 1.0.5 releasejestin
2000-08-16Bugfixes, comments, et al.jestin
2000-08-16First version of java api guide.jestin
2000-08-16*** empty log message ***jestin
2000-08-11Probe is the java implementation of ivyprobe(1). It supportsjestin
the same syntax.
2000-08-11The doc is generated by javadoc. I still don't know if it's a good Idea tojestin
CVS the generated files.
2000-08-11Many bugfixes, anglicization, and javadoc comment added.jestin
2000-07-17Javadoc-generated html filesjestin
1999-11-02 Bon, alors deux choses importantes dans cette release:jestin
1/ le passage des Vectors aux Hashtables pour la collection des regexp, que ce soit dans Ivy.java ( regexp_in ) ou dans IvyClient.java (regexp_out) Les clefs sont des Integer ( msgid, et un serial incrémenté en sortie ) L'accès le plus simple pour modifier ces fichiers, c'est l'énumération sur les clefs. On truve des choses comme: for (Enumeration e = regexps.keys(); e.hasMoreElements(); ) { Integer key=(Integer)e.nextElement(); // des choses avec regexps.get(key) // ... } 2/ Un bugfix sauvage sans IvyClient.java Le msgarg n'était pas réinitialisé entre deux parsings de messages. Dans le cas d'un message reçu sur une regexp sans groupement (.*), comme par exemple ^AIRCRAFT:, on faisait tout de même passer la valeur précédente de msgarg. C'est fini. Over. out. heraus schnell. 3/ j'avais dit deux ? dans le monde, il y a trois type de gens, ceux qui ne savent pas compter, et les autres. Je rajoute un TestIvySwing, qui nécéssite un swingall.jar, mais c'est un problème de paquetage, et pas de libivy. En fait, ça devrait devenir à terme un autre paquetage. Yannick.
1999-10-26 Bon, c'est dégueulasse de laisser trainer les .class dans un repository CVSjestin
Il faut séparer plusieurs aspects: 1/ CVS pour la gestion de versions concurrentes, etc 2/ sources et byte code pour java en particulier. On peut dire que les .class ou le .jar ( .zip ) qui les stocke est un binaires 3/ paquetages debian et redhat, c'est cradingue et n'a rien à voir avec CVS, pour le moment. Mais je me trompe certainement. Si on veut avoir des infos sur la politique d'empaquetement dans debian, voir la page WWW suivante: http://www.debian.org/~bortz/Java/policy.html -- Yannick