fish-shell/fish.xcodeproj
Kevin Ballard d67800bbce Make false/true into builtins
Making `true` into a builtin is a significant optimization to `while
true` loops. As long as `true` is a builtin, we may as well make `false`
builtin as well (despite the fact that it's not typically executed in a
loop).
2014-09-29 13:39:35 -07:00
..
project.xcworkspace Added WorkspaceSettings.xcsettings to prevent auto-creation of schemes 2013-04-13 12:21:10 -07:00
xcshareddata/xcschemes Add fish_tests target to Xcode build 2014-08-04 13:32:23 -07:00
project.pbxproj Make false/true into builtins 2014-09-29 13:39:35 -07:00