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
Accelerator
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 }}
jay2013
/
fish-shell
Public
forked from
fish-shell/fish-shell
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
fish-shell
function.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 21, 2014
Fix line number reporting in new parser
ridiculousfish
committed
3cfdc6d
View commit details
Copy full SHA for 3cfdc6d
View code at this point
Browse repository at this point
Commits on Feb 28, 2014
Revert "Merge pull request #1317 from pullreq/cpp"
Show description for be33d3f
ridiculousfish
committed
be33d3f
View commit details
Copy full SHA for be33d3f
View code at this point
Browse repository at this point
Commits on Feb 27, 2014
Fixes .c -> .cpp in comments. For doxygen.
Geoff Nixon
committed
18dd6f5
View commit details
Copy full SHA for 18dd6f5
View code at this point
Browse repository at this point
Commits on Jan 15, 2014
Update style and formatting to conform to fish style guide.
ridiculousfish
committed
5381498
View commit details
Copy full SHA for 5381498
View code at this point
Browse repository at this point
Commits on Dec 27, 2013
Hook up for statements, if statements, and function definition in new
Show description for 6ce4b34
ridiculousfish
committed
6ce4b34
View commit details
Copy full SHA for 6ce4b34
View code at this point
Browse repository at this point
Commits on Dec 21, 2013
Merge branch 'master' into ast
Show description for ed70195
ridiculousfish
committed
ed70195
View commit details
Copy full SHA for ed70195
View code at this point
Browse repository at this point
Refactor block_t storage in parser_t from a linked list to a vector
ridiculousfish
committed
e382176
View commit details
Copy full SHA for e382176
View code at this point
Browse repository at this point
Commits on Oct 16, 2013
Merge branch 'master' into ast
Show description for 630b051
ridiculousfish
committed
630b051
View commit details
Copy full SHA for 630b051
View code at this point
Browse repository at this point
Commits on Oct 12, 2013
Fix #213. You can now remove autoloaded functions.
Show description for 1349d12
Konrad Borowski
committed
1349d12
View commit details
Copy full SHA for 1349d12
View code at this point
Browse repository at this point
Beef up completion tests
ridiculousfish
committed
cbd8a27
View commit details
Copy full SHA for cbd8a27
View code at this point
Browse repository at this point
Commits on Dec 20, 2012
reference'ize event.cpp/h
JanKanis
committed
30392bf
View commit details
Copy full SHA for 30392bf
View code at this point
Browse repository at this point
Commits on Dec 9, 2012
Remove Python dependency from Makefile and Xcode build
Show description for 6a8219a
ridiculousfish
committed
6a8219a
View commit details
Copy full SHA for 6a8219a
View code at this point
Browse repository at this point
Commits on Nov 19, 2012
Apply new indentation, brace, and whitespace style
ridiculousfish
committed
9992b8e
View commit details
Copy full SHA for 9992b8e
View code at this point
Browse repository at this point
Commits on Nov 18, 2012
Remove trailing whitespaces and change tabs to spaces
hauleth
committed
47df1ae
View commit details
Copy full SHA for 47df1ae
View code at this point
Browse repository at this point
Commits on Aug 5, 2012
Fix to restore an optimization from parse_util_get_line_from_offset in a more thread-safe way
ridiculousfish
committed
682353f
View commit details
Copy full SHA for 682353f
View code at this point
Browse repository at this point
Commits on Jul 21, 2012
Renamed env_vars to env_vars_snapshot_t
Show description for b08fb86
ridiculousfish
committed
b08fb86
View commit details
Copy full SHA for b08fb86
View code at this point
Browse repository at this point
Commits on May 18, 2012
Got function.h and function.cpp off of shared_ptr (hooray)
ridiculousfish
committed
f1d22b6
View commit details
Copy full SHA for f1d22b6
View code at this point
Browse repository at this point
More work towards getting function.h off of shared_ptr
ridiculousfish
committed
da6295c
View commit details
Copy full SHA for da6295c
View code at this point
Browse repository at this point
Work towards getting function.h off of shared_ptr
ridiculousfish
committed
86645b3
View commit details
Copy full SHA for 86645b3
View code at this point
Browse repository at this point
Commits on Mar 3, 2012
Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Total allocations down by a factor of 3 or so, live allocations a few KB.
ridiculousfish
committed
3ead99b
View commit details
Copy full SHA for 3ead99b
View code at this point
Browse repository at this point
Commits on Mar 1, 2012
Changed iterators from iter++ to ++iter
Show description for fd4df6f
ridiculousfish
committed
fd4df6f
View commit details
Copy full SHA for fd4df6f
View code at this point
Browse repository at this point
Commits on Feb 19, 2012
Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other files also modified to use wcstring.
siteshwar
committed
74a7303
View commit details
Copy full SHA for 74a7303
View code at this point
Browse repository at this point
Commits on Feb 17, 2012
Fix for removing too many event handlers (that's why "Goodbye" never got printed")
ridiculousfish
committed
9787901
View commit details
Copy full SHA for 9787901
View code at this point
Browse repository at this point
Commits on Feb 10, 2012
Removed some al_list functions
ridiculousfish
committed
d975187
View commit details
Copy full SHA for d975187
View code at this point
Browse repository at this point
Final removal of halloc. It's like Christmas Morning.
ridiculousfish
committed
910863e
View commit details
Copy full SHA for 910863e
View code at this point
Browse repository at this point
Commits on Feb 9, 2012
Removed some more halloc
ridiculousfish
committed
e5bba22
View commit details
Copy full SHA for e5bba22
View code at this point
Browse repository at this point
Fixed named_arguments to be wcstring_list_t instead of al_list
ridiculousfish
committed
f891ea5
View commit details
Copy full SHA for f891ea5
View code at this point
Browse repository at this point
Get event_t off of halloc (!)
ridiculousfish
committed
b6bc438
View commit details
Copy full SHA for b6bc438
View code at this point
Browse repository at this point
Commits on Feb 8, 2012
Excised some more halloc and array_list_t
ridiculousfish
committed
3dc56de
View commit details
Copy full SHA for 3dc56de
View code at this point
Browse repository at this point
Commits on Jan 28, 2012
LRU work to load functions off of the main thread.
Show description for 4eea68b
ridiculousfish
committed
4eea68b
View commit details
Copy full SHA for 4eea68b
View code at this point
Browse repository at this point
Commits on Jan 26, 2012
Have to remember to evict nodes from our LRU cache
ridiculousfish
committed
d654558
View commit details
Copy full SHA for d654558
View code at this point
Browse repository at this point
Implemented LRU cache for autoloading.
ridiculousfish
committed
2f1cac6
View commit details
Copy full SHA for 2f1cac6
View code at this point
Browse repository at this point
Commits on Jan 24, 2012
Migrated function.cpp to use the new function_get() call. Lots of nice short code now.
ridiculousfish
committed
0d1c2a3
View commit details
Copy full SHA for 0d1c2a3
View code at this point
Browse repository at this point
Migrate function.cpp to scoped_lock and shared_ptr
ridiculousfish
committed
378fd60
View commit details
Copy full SHA for 378fd60
View code at this point
Browse repository at this point
Commits on Jan 23, 2012
Move autoloading from a map of path names to a real object autoload_t.
Show description for 6e8637f
ridiculousfish
committed
6e8637f
View commit details
Copy full SHA for 6e8637f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.