openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Elixir programming language
Settings
|
Report Duplicate
8
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 08, 2024 — Jun 08, 2025
Showing page 691 of 709
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Edited ROADMAP.md via GitHub
José Valim
More...
about 14 years ago
Edited ROADMAP.md via GitHub
José Valim
More...
about 14 years ago
Elixir scripts should work if they are invoked using symlinks (e.g. /usr/local/bin/iex -> /usr/local/agner/packages/elix...@master/bin/iex)
Yurii Rashkovskii
More...
about 14 years ago
Update examples (so glad string manipulation got much simpler, fast and powerful).
José Valim
More...
about 14 years ago
Strings are now binaries without no extra pass. This makes playing with strings faster and more compatible with Erlang.
José Valim
More...
about 14 years ago
~w is more appropriated here.
José Valim
More...
about 14 years ago
Add Regexp#run, String#scan and tests.
José Valim
More...
about 14 years ago
Allow escape characters in strings, add Regexp.escape and allow strings on split, sub and gsub.
José Valim
More...
about 14 years ago
Add begin/end, that opposite to try/end, pass variables forward.
José Valim
More...
about 14 years ago
Improve date/time facilities.
José Valim
More...
about 14 years ago
Empty ivars should return nil.
José Valim
More...
about 14 years ago
Use init:stop(), otherwise we may abort before printing error messages and so on.
José Valim
More...
about 14 years ago
Added upcase, downcase, and reverse to Strings
Justin Baker
More...
about 14 years ago
Added documentation for Date
Justin Baker
More...
about 14 years ago
No need for this .gitignore here.
José Valim
More...
about 14 years ago
Allow cache directive to specify dependencies.
José Valim
More...
about 14 years ago
Improve DateTime with more methods, tests and docs.
José Valim
More...
about 14 years ago
Add DateTime and also make Date implementation rely on Erlang's Calendar.
José Valim
More...
about 14 years ago
Update Makefile.
José Valim
More...
about 14 years ago
Use abs on integer, rather than calling Erlang.abs
Justin Baker
More...
about 14 years ago
Update CHANGELOG.
José Valim
More...
about 14 years ago
Rename to_dict to to_tuple
José Valim
More...
about 14 years ago
rename set paramaters to set methods as other
Lachlan Sylvester
More...
about 14 years ago
add superset?, - and some clean up
Lachlan Sylvester
More...
about 14 years ago
avoid to_list as it returns the elements in an undefined order
Lachlan Sylvester
More...
about 14 years ago
add filter and fold
Lachlan Sylvester
More...
about 14 years ago
initial work on set
Lachlan Sylvester
More...
about 14 years ago
Extract ROADMAP.md file.
José Valim
More...
about 14 years ago
Oops, bad initializer
Justin Baker
More...
about 14 years ago
Changed Date's constructor to initialize
Justin Baker
More...
about 14 years ago
←
1
2
…
687
688
689
690
691
692
693
694
695
…
708
709
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree