18
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
initial work on modules More... over 15 years ago
minor build changes More... over 15 years ago
moving more patterns into binding-form-patterns More... over 15 years ago
separating patterns that introduce lambdas, hopefully allowing rename-vars to work in earlier passes putting type information from method signatures into var-info records a small optimization for functions without static parameters More... over 15 years ago
For now, disable Boehm GC so that Julia won't segfault. More... over 15 years ago
Add preprocessor directives for NO_BOEHM_GC to disable Boehm GC. More... over 15 years ago
Use $(MAKE) for recursive make so flags get passed down. More... over 15 years ago
Cleanup and regularization of some jl_is_* macros. More... over 15 years ago
Merge branch 'master' of zion.cs.ucsb.edu:julia More... over 15 years ago
adding more definitions for print, and creating a working generic print function. we can now print back parse trees represented as julia objects. fixes for bugs found in the process. More... over 15 years ago
Refactor reducer definitions so that overall behavior is in ops.j. More... over 15 years ago
Make variables named Inf and NaN; should be constants, really. More... over 15 years ago
Iterate tuples; Define scalar reduce ops in terms of tuple reduce ops. More... over 15 years ago
Allow reducers to be applied to zero, one or many scalar arguments. More... over 15 years ago
Make reduce operators generically work for any iterable type. More... over 15 years ago
Move gcd definition to end of int.j. More... over 15 years ago
Move reducer logic into Buffer; call Buffer reducers for Arrays. More... over 15 years ago
Get rid of "= a =" junk in definition of zeros. More... over 15 years ago
some code for printing More... over 15 years ago
Update with Jeff's comment about subst. More... over 15 years ago
fixes to some type functions more setup to facilitate writing builtins a few simple sample builtins More... over 15 years ago
fixing clean targets small linux makefile fix More... over 15 years ago
Merge branch 'master' of zion.cs.ucsb.edu:julia More... over 15 years ago
Whitespace cleanup. More... over 15 years ago
1) Correct transformation of comprehensions More... over 15 years ago
Merge branch 'master' of zion.cs.ucsb.edu:julia More... over 15 years ago
minor changes before merge More... over 15 years ago
Top level Makefile Makefile.macosx is now Makefile.Darwin ast.c uses ifdef to pick GAMBIT versions for linux and mac More... over 15 years ago
Merge branch 'master' of zion.cs.ucsb.edu:julia More... over 15 years ago
Top level make should work now for mac. Linux change follows. The mac Makefiles have been modified to use gambit from macports. More... over 15 years ago