gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wsl.git
2014-08-16 Doni Pracneradded tutorial for installing FermaT on Linux
2014-08-01 Doni Pracnermjc2wsl - inline printing - use the new @Format instead...
2014-08-01 Doni Pracnerfixed typo (wrong var) in the procedure for printing
2014-07-30 Doni Pracnernew InOut samples, one for a char, other for branching
2014-07-30 Doni Pracnermjc2wsl - proper reading of char from the command line...
2014-07-30 Doni Pracnerant task to generate various versions and tar them
2014-07-30 Doni Pracnermjc2wsl - use the new Read_Line_Proc instead of the...
2014-07-30 Doni Pracnergitignore - folder 'local' for local instalation specifics
2014-07-28 Doni Pracnermjc2wsl - added an error to display unrecognized option...
2014-07-28 Doni Pracnermjc2wsl; remove a flag variable when making global...
2014-07-27 Doni Pracnermjc2wsl - fixed number print procedure to use the lengt...
2014-07-27 Doni Pracnermjc2wsl - new switch for global/local VAR blocks; added...
2014-07-27 Doni Pracnerant - change main class name in mjc2wsl task
2014-07-27 Doni Pracnerminor - use System.err for error messages
2014-07-27 Doni Pracnermjc2wsl - use java.nio; do not create non-existing...
2014-07-27 Doni Pracnerpackage name typo
2014-07-27 Doni Pracnerrefactor - mjc2wsl, extract the MJ input into a separat...
2014-07-27 Doni PracnerTransMessages - make field private and add a reader...
2014-07-27 Doni Pracnerrefactor - packages
2014-07-26 Doni Pracnerant - record outputs of programs when paralel testing
2014-07-26 Doni Pracnerversion string in file to 0.1.8 v0.1.8
2014-07-26 Doni PracnerMerge from work to master ("stable")
2014-07-26 Doni Pracnermjc2wsl - printing numbers now takes into consideration...
2014-07-26 Doni Pracnerversion file - contains the current version number...
2014-07-26 Doni Pracnermjc2wsl - - changes so that the version string is loade...
2014-07-26 Doni Pracnerant - added build task for versioning by using 'git...
2014-07-26 Doni Pracnergitignore bin folder explicitly
2014-07-26 Doni Pracnermjc2wsl help expanded
2014-07-26 Doni Pracnermjc2wsl added oposite options for Pop/Push and inlinePrint
2014-07-25 Doni Pracnersubstr should not be called with a negative length...
2014-07-25 Doni Pracneradded --genInlinePrint switch to not make a procedure...
2014-07-18 Doni PracnerMerge branch 'master' into work
2014-07-18 Doni Pracnerant script - mj-samples needs to depend on init to...
2014-07-18 Doni Pracner.gitignore - archives
2014-07-18 Doni Pracnerproject README is now md
2014-07-18 Doni Pracnerproject README, link txt as an md as well
2014-07-18 Doni Pracnerexperimental transf script, move the flag removal
2014-06-12 Doni Pracnermjc2wsl - field acces simplification and wraping in...
2014-06-12 Doni Pracnermjc2wsl - const_m1 added
2014-06-12 Doni Pracnernew sample - fields
2014-06-11 Doni Pracnersimplified ascii codes to chars in printing based on... v0.1.7
2014-06-11 Doni Pracnermore local var blocks in the translation
2014-06-11 Doni Pracnerarray assignment simplified
2014-06-11 Doni PracnerAdded a flag variable for conditional jumps.
2014-05-27 Doni Pracnerstart of 0.1.7
2014-05-27 Doni Pracnersmall fixes in the formating of the generated code v0.1.6
2014-05-27 Doni Pracnerfix for the optional generation of opcodes in comments
2014-05-27 Doni Pracnersamples - chrtest updated a bit
2014-05-27 Doni PracnerProper char printing in the translated codes.
2014-05-27 Doni Pracnergitignore directory kde
2014-04-22 Doni PracnerAlternative to make Push and Pop instead of TAIL and...
2014-04-22 Doni Pracnerrefactor - generalise stack operations for easier futur...
2014-04-22 Doni PracnerMerge branch 'vars' into work
2014-04-22 Doni Pracnermjc2wsl -adding more VARS to the actions
2014-04-22 Doni Pracnerexp transf - added better metrics display for greping...
2014-04-22 Doni Pracnerexperimental transformations - added Flag Removal to...
2014-04-22 Doni Pracneradded local VAR wrappers to the code in the actions...
2014-04-14 Doni Pracnermore notes about what is different - heap, null, etc
2014-02-15 Doni Pracnerstart of v0.1.6
2014-02-15 Doni Pracnerdocs - mj-compiler.txt is a more logical name v0.1.5a
2014-02-15 Doni Pracnerdocs - about the compiler in the lib folder, improvements
2014-02-15 Doni Pracnerant - updates to use the jar for the MJ compiler. The...
2014-02-15 Doni Pracnerjar file for the MJ compiler added
2014-02-12 Doni PracnerREADME - more notes about the docs folder v0.1.5
2014-02-12 Doni Pracnerdocs - new txt about running the ant tasks
2014-02-12 Doni Pracnerdocs - new txt about mjc2wsl, what works, what is diffe...
2014-02-12 Doni PracnerREADME - added notes about the additional documentation...
2014-02-12 Doni Pracnerdocs - added MircoJava specification pdfs that were...
2014-02-12 Doni Pracnermjc2wsl - minor updates to the print formating, the...
2014-02-12 Doni Pracnermjc2wsl - use the proper start action right away in...
2014-02-12 Doni Pracnermjc2wls - introduce a procedure into the end result...
2014-02-09 Doni Pracnermjc2wsl removed some unneeded variables from the start
2014-02-09 Doni Pracnertransf-min - we run simplify without the assumptions...
2014-02-09 Doni Pracnernew sample - Recursive Factoriel
2014-02-08 Doni Pracneradded experimental version for transformations
2014-02-08 Doni Pracnertransf-min does not need to explicitly Simplify, it...
2014-02-08 Doni Pracnermjc2wsl - removed a final CALL Z that was not needed...
2014-02-08 Doni Pracnerupdated sample to use 'len' to test the functionality
2014-02-08 Doni Pracnermjc2wsl - support for array length is now functional...
2014-02-07 Doni Pracnermjc2wsl - introduced the --version options and added...
2014-02-07 Doni Pracnermjc2wsl - reorganize help into chunks in separate functions
2014-02-07 Doni Pracnermjc2wsl extract the print version function
2014-02-07 Doni Pracnermjc2wsl, introduce longhelp with options for generating...
2014-02-06 Doni Pracner.gitignore, reordered and commented items
2014-02-06 Doni Pracnerant - minor fix, the recorder had a wrong name to stop
2014-02-06 Doni Pracnerant - wsl-run, update the InitScm path, as in the newer...
2014-02-06 Doni Pracnerant - wsl-run, put the new folder at the start of the...
2014-02-06 Doni Pracnerant - log time format update
2014-02-06 Doni Pracnerant - added a necesary part for proper env processing
2014-02-06 Doni Pracnerlogs added to gitignore
2014-01-27 Doni Pracnerversion change - 0.1.5
2014-01-24 Doni Pracnerant - added logging to main tasks that work on all... v0.1.4
2014-01-24 Doni Pracnerant - simple MJ decode operations
2014-01-24 Doni Pracnerant/project minor - let's simplify and call the 'sample...
2014-01-24 Doni Pracnersamples renamed to more logical names
2014-01-23 Doni PracnerREADME updated a bit
2014-01-23 Doni Pracnertxt about the compiler
2014-01-23 Doni Pracnerant - changed properties according to the change dir...
2014-01-23 Doni Pracnerminor mjc2wsl - outputstream initialisation for messages
2014-01-21 Doni Pracnerapplied GPL to sources in src
next
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner