Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
hellcoderz
/
clojure
Public
forked from
clojure/clojure
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
new
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 31, 2009
Merge branch 'master' into new
richhickey
committed
53f2a9b
View commit details
Copy full SHA for 53f2a9b
Browse repository at this point
only append non-blank qualifier to clojure-version
richhickey
committed
f4c58e3
View commit details
Copy full SHA for f4c58e3
Browse repository at this point
Commits on Dec 29, 2009
Merge branch 'master' into new
richhickey
committed
3ae9e88
View commit details
Copy full SHA for 3ae9e88
Browse repository at this point
throw AssertionError from assert
richhickey
committed
afc3063
View commit details
Copy full SHA for afc3063
Browse repository at this point
Commits on Dec 23, 2009
Merge branch 'master' into new
richhickey
committed
16e042a
View commit details
Copy full SHA for 16e042a
Browse repository at this point
Added test-empty-sorted to test_clojure/sequences.clj Refs #128
Show description for 855f394
Sean
authored and
richhickey
committed
855f394
View commit details
Copy full SHA for 855f394
Browse repository at this point
Added sorted tests to test-empty in test_clojure/sequences.clj Refs #128
Show description for a3a1b3a
Sean
authored and
richhickey
committed
a3a1b3a
View commit details
Copy full SHA for a3a1b3a
Browse repository at this point
empty for sorted-map and sorted-set now maintain comparator. Fixes #128
Show description for 89ad4ab
Chouser
authored and
richhickey
committed
89ad4ab
View commit details
Copy full SHA for 89ad4ab
Browse repository at this point
fix transient arraymaps persistent! so once-only
Show description for 2160745
richhickey
committed
2160745
View commit details
Copy full SHA for 2160745
Browse repository at this point
Commits on Dec 18, 2009
fixed typo
richhickey
committed
c774878
View commit details
Copy full SHA for c774878
Browse repository at this point
Commits on Dec 17, 2009
fix Run command in readme
richhickey
committed
6ff5242
View commit details
Copy full SHA for 6ff5242
Browse repository at this point
Merge branch 'master' into new
richhickey
committed
d3fe37c
View commit details
Copy full SHA for d3fe37c
Browse repository at this point
Slight clean-ups to a few doc strings
Show description for 6109d41
tomfaulhaber
authored and
richhickey
committed
6109d41
View commit details
Copy full SHA for 6109d41
Browse repository at this point
fix name conflict - bound-fn. fixes #225
richhickey
committed
3d8c97a
View commit details
Copy full SHA for 3d8c97a
Browse repository at this point
exclude IntelliJ files from dist
richhickey
committed
383c0b9
View commit details
Copy full SHA for 383c0b9
Browse repository at this point
main.clj: deprecation warning w/ usage for legacy repl/script; refs #218
Show description for 2cc710e
Stuart Sierra
authored and
richhickey
committed
2cc710e
View commit details
Copy full SHA for 2cc710e
Browse repository at this point
Add "dist" dir and "*.zip" to .gitignore for build; refs #224
Show description for 3e81362
Stuart Sierra
authored and
richhickey
committed
3e81362
View commit details
Copy full SHA for 3e81362
Browse repository at this point
Add "dist" Ant target to build distribution ZIP; refs #224
Show description for 0f6e993
Stuart Sierra
authored and
richhickey
committed
0f6e993
View commit details
Copy full SHA for 0f6e993
Browse repository at this point
removed add/remove watcher, added alpha designation to watches, promises, transients
richhickey
committed
f244a1c
View commit details
Copy full SHA for f244a1c
Browse repository at this point
Commits on Dec 11, 2009
prevent local clearing of letfns
richhickey
committed
42e45b9
View commit details
Copy full SHA for 42e45b9
Browse repository at this point
Commits on Dec 8, 2009
prevent local clearing of case test expr
richhickey
committed
6d40a76
View commit details
Copy full SHA for 6d40a76
Browse repository at this point
merge master
richhickey
committed
84db0ab
View commit details
Copy full SHA for 84db0ab
Browse repository at this point
clojure.test/run-tests: return summary, add successful?; refs #193
Show description for 6073890
Stuart Sierra
authored and
richhickey
committed
6073890
View commit details
Copy full SHA for 6073890
Browse repository at this point
Reinstated lost doc string for filter
Show description for 151ca19
tomfaulhaber
authored and
richhickey
committed
151ca19
View commit details
Copy full SHA for 151ca19
Browse repository at this point
Commits on Dec 7, 2009
init CLEAR_SITES
richhickey
committed
1da63ad
View commit details
Copy full SHA for 1da63ad
Browse repository at this point
fix try with no catch/finally
richhickey
committed
6c0c37e
View commit details
Copy full SHA for 6c0c37e
Browse repository at this point
first cut at fine-grained locals clearing - now locals are cleared on last use, not only on tail call args
richhickey
committed
76c8f45
View commit details
Copy full SHA for 76c8f45
Browse repository at this point
Commits on Dec 4, 2009
update example in reify doc
richhickey
committed
a3e95cf
View commit details
Copy full SHA for a3e95cf
Browse repository at this point
merge master
richhickey
committed
c6b6f8b
View commit details
Copy full SHA for c6b6f8b
Browse repository at this point
new formats for defprotocol, reify, deftype
Show description for 4d3c5e9
richhickey
committed
4d3c5e9
View commit details
Copy full SHA for 4d3c5e9
Browse repository at this point
Add :doc and :author metadata to core namespaces; fixes #216, fixes #217
Show description for 76e7c43
Stuart Sierra
authored and
Chouser
committed
76e7c43
View commit details
Copy full SHA for 76e7c43
Browse repository at this point
deprecate add-classpath in docstring, print warning; fixes #214
Show description for c5abcf6
Stuart Sierra
authored and
Chouser
committed
c5abcf6
View commit details
Copy full SHA for c5abcf6
Browse repository at this point
Remove deprecated ^ reader macro from tests; fixes #215
Show description for f047dc4
Stuart Sierra
authored and
Chouser
committed
f047dc4
View commit details
Copy full SHA for f047dc4
Browse repository at this point
Print deprecation warning for ^ reader macro; refs #215
Show description for b3b1fa5
Chouser
committed
b3b1fa5
View commit details
Copy full SHA for b3b1fa5
Browse repository at this point
Remove deprecated ^ reader macro from core sources; refs #215
Show description for 20e4e45
Stuart Sierra
authored and
Chouser
committed
20e4e45
View commit details
Copy full SHA for 20e4e45
Browse repository at this point
Previous
Next
You can’t perform that action at this time.