2013-06-15 |
Jay Freeman... | Isolate linkage of libreadline and libtermcap. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jay Freeman... | Stop using non-portable (GNU) Makefile features. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jay Freeman... | Generate new configure script from autoconf inputs. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jay Freeman... | Explicitly pass empty value for in-place extension. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jay Freeman... | Fix support for Bison >>2.3 by capitalizing path. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jay Freeman... | Avoid libapr's .la from breaking libiconv search. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jay Freeman... | Add libdl to the list of libraries explicitly linked. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jay Freeman... | Fix bridge definition of UIImageJPEGRepresentation. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jay Freeman... | Add all dependency m4 scripts to the repository. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jay Freeman... | Protect against fall-through of color selection. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jay Freeman... | Port build environment to automake (break -arch). |
commit | commitdiff | tree | snapshot |
2013-06-14 |
Jay Freeman... | Further improvements to the autoconf scripting. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Jay Freeman... | Simplify autogen.sh by just updating configure.ac. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Jay Freeman... | Remove a couple obsolete rules from the makefile. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Jay Freeman... | Improve isolation of ObjectiveC syntax filter code. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Jay Freeman... | Cast NSUInteger arguments to size_t for %zu format. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Jay Freeman... | Fix a couple simple C++ errors found by clang. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Jay Freeman... | Rename lex.cy.c to .cpp (it's actually a C++ file). |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Jay Freeman... | Upgrade simulator compilation for Xcode 4.6 clang. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Jay Freeman... | Use explicit typed value for CYCatch error return. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Jay Freeman... | Forgot earlier yy modification: CYTypeArrayOf type. |
commit | commitdiff | tree | snapshot |
2013-05-30 |
Jay Freeman... | Fix a typo in the Bridge definition for dl_info. |
commit | commitdiff | tree | snapshot |
2013-05-30 |
Jay Freeman... | Keep usage of dlerror() from relying on dlsym(). |
commit | commitdiff | tree | snapshot |
2013-05-30 |
Jay Freeman... | Cache dlsym() lookups for bridged Functor objects. |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Jay Freeman... | Allow expressions as array subscripts in @encode. |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Jay Freeman... | Use correct variable to verify thread state access. |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Jay Freeman... | Correct incorrect escape sequence for $default grep. |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Jay Freeman... | Move LexPopIn to after the terminating lexer token. |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Jay Freeman... | Detect all lexer state errors, and show line number. |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Jay Freeman... | Theoretically fix bug with in operators in messages. |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Jay Freeman... | Parse bison output to prevent LexSetRegExp mistakes. |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Jay Freeman... | Fix regex literal parsing in field/property lists. |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Jay Freeman... | Fix regex literal parse after return, throw, and =>. |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Jay Freeman... | Allow unnamed arguments with CYTypedParameter. v0.9.461 |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Jay Freeman... | Use CYStringify in Type.toCYON to handle quotations. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Use new ^ syntax to bridge Blocks (with @ offset). v0.9.460 |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Allow the use of void as a primitive data type. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Add BOOL and bool for boolean (people use those). |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Change void to BlockLiteral in copy/dispose types. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Add Objective-C's id type as a syntax highlight. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Move definitions of Block datatypes to global scope. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Factor common code out of FFI closure adapters. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Allow Objective-C blocks as a short Functor syntax. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Reorganize typed identifier storage for other uses. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Allow Type objects to have associated identifiers. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Add @encode() support and use its grammar for types. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Add .constant to Type (although encoding is weird). |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Replace .$cyi and [#] with .pointerTo and .arrayOf. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Move a line of code so that it matches other cases. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Correct a simple typo in a thrown exception message. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Support type signature flags in sig::Unparse(). |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jay Freeman... | Replace TypeInstance with Class, which is not Type. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Jay Freeman... | Provide a .typeOf() to get a Type of an ObjC Class. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Jay Freeman... | Throw (don't crash) on parsing invalid specific ids. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Jay Freeman... | Move FunctionInstance_ into alphabetical order. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Jay Freeman... | We can assume that Instance() will never wrap nil. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Jay Freeman... | Export CYMakeType variants so Objective-C can call. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Jay Freeman... | Use Type as the prototype-bridge for metaclasses. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Jay Freeman... | Fix cy$getProperty so NSArray .length is primitive. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Jay Freeman... | Remove redundant implicit NSString length property. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Jay Freeman... | CYONify WebUndefined as "undefined" (fixing typo). |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Jay Freeman... | Optionally return comments from lexer to highlight. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Jay Freeman... | Make minor format changes to lexer (and undefined). v0.9.459 |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Use .toString() to CYONify Function, printing code. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Improve definition of CYIsClass using meta classes. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Factor checks for Instance_ as CYJSValueIsNSObject. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Use a dummy space to handle the lower-right corner. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Fix the implementation of cy$toJSON for primitives. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Fix @bool .valueOf() to return boolean, not number. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Prefer __NSCFBoolean to non-__ for iOS compatibility. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Make devoid argument of CYImplements default false. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Remove and compress some dead code in CYDisplayOutput. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Use ?syntax by default and have it control input. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Work around missing column_address with left/right. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | After a window resize, calculate offset, not end. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Fix display mistakes caused by multi-line history. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Fold singular CYDisplayPrompt into CYDisplayUpdate. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jay Freeman... | Highlight NULL, YES, and NO identifiers as constants. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jay Freeman... | Add some occasionally-missing @'s lost to type cast. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jay Freeman... | Revert a minor style change that broke ';function'. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jay Freeman... | Syntax highlight nil, an identifier, as a constant. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jay Freeman... | Remove redundant @ usage from CYON data structures. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jay Freeman... | Syntax highlight commands as the user types them. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Jay Freeman... | Add a new ?syntax option to syntax highlight output. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Jay Freeman... | Replace use of FILE* with std::ostream* in Console. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Jay Freeman... | Document a deficiency in the piped client reader. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Jay Freeman... | Use a single std::istream& to replace file_/data_. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Jay Freeman... | Commit the large accumulation of todo.txt changes. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Jay Freeman... | Document a potential change to FunctionInstance. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Jay Freeman... | Merge CYCastNSObject{,_}, an obsolete distinction. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Jay Freeman... | Correct a simple typo in a thrown exception message. |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Conrad Kramer | Support recent Mac OS X flex --version strings. |
commit | commitdiff | tree | snapshot |
2012-07-08 |
Jay Freeman... | Support ?expand when used with Objective-C strings. v0.9.458 |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jay Freeman... | Preempt accidental fall-through setting properties. |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Jay Freeman... | Remove "Depends: mobilesubstrate" from iOS control. |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Jay Freeman... | Replace regex with prefix substr for tab-complete. |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Jay Freeman... | Use sel_registerName() instead of new Selector(). |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Jay Freeman... | Do not assume lookahead (wish I could force it). |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Jay Freeman... | Assume we do /not/ have lookahead tokens for lexer. |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Jay Freeman... | Re-thread LexSet{Statement,RegExp} to fix division. |
commit | commitdiff | tree | snapshot |
next |