-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various fixes from various committers #5
base: master
Are you sure you want to change the base?
Commits on Jan 16, 2011
-
Don't try to merge abbrev tables if `php-mode-abbrev-table' is unbound
* php-repl.el: Don't try to merge abbrev tables if `php-mode-abbrev-table' is unbound.
David Maus committedJan 16, 2011 Configuration menu - View commit details
-
Copy full SHA for 90d53b1 - Browse repository at this point
Copy the full SHA 90d53b1View commit details -
Move point to inferior php buffer
* php-repl.el (run-php): Move point to inferior php buffer. Otherwise major mode of current buffer is set to `inferior-php-mode'.
David Maus committedJan 16, 2011 Configuration menu - View commit details
-
Copy full SHA for 1bb8763 - Browse repository at this point
Copy the full SHA 1bb8763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e57494 - Browse repository at this point
Copy the full SHA 9e57494View commit details -
Use `apply' to pass php repl program arguments
* php-repl.el (run-php): Use `apply' to pass php repl program arguments. Otherwise if `php-repl-program-arguments' is the empty, the empty string is passed as argument for `php-repl-program' which causes the process to terminate.
David Maus committedJan 16, 2011 Configuration menu - View commit details
-
Copy full SHA for 7bd5ecf - Browse repository at this point
Copy the full SHA 7bd5ecfView commit details
Commits on Mar 11, 2011
-
Removed need to explicitly end lines with backslashes inside matched …
…parens or curlies.
Configuration menu - View commit details
-
Copy full SHA for 6a501ad - Browse repository at this point
Copy the full SHA 6a501adView commit details -
Combined curleys and parens logic into a token stack, allows matching…
… token pairs instead of naive counters. > If an unmatched token is incountered, in input, the read function will throw a generic exception. > Semicolons are only implicitly added inside curlies, not inside parens.
Configuration menu - View commit details
-
Copy full SHA for 0c9ab04 - Browse repository at this point
Copy the full SHA 0c9ab04View commit details -
Continue when user enters a blank line (rather than exiting). User ma…
…y still exit by typing Ctrl+X, 'die' or 'exit'
Configuration menu - View commit details
-
Copy full SHA for 2510803 - Browse repository at this point
Copy the full SHA 2510803View commit details
Commits on Apr 29, 2011
-
Restart PHP process after abnormal exit
* php-repl.el (run-php-process-sentinel): New function. Process sentinel, restart PHP process after abnormal exit. (run-php): Use process sentinel.
David Maus committedApr 29, 2011 Configuration menu - View commit details
-
Copy full SHA for 73d0d12 - Browse repository at this point
Copy the full SHA 73d0d12View commit details -
* php-repl.el (run-php): Setq symbol before using it.
David Maus committedApr 29, 2011 Configuration menu - View commit details
-
Copy full SHA for b9fc57a - Browse repository at this point
Copy the full SHA b9fc57aView commit details -
Don't change buffer and window when visiting inferior-php-buffer
* php-repl.el (run-php): Don't change buffer and window when already visiting inferior-php-buffer.
David Maus committedApr 29, 2011 Configuration menu - View commit details
-
Copy full SHA for ebbb46c - Browse repository at this point
Copy the full SHA ebbb46cView commit details -
Merge remote-tracking branch 'jmhobbs/master'
David Maus committedApr 29, 2011 Configuration menu - View commit details
-
Copy full SHA for b37af2c - Browse repository at this point
Copy the full SHA b37af2cView commit details
Commits on Jul 10, 2011
-
* php-repl.el (php-repl): Fix typo in defgroup prefix.
David Maus committedJul 10, 2011 Configuration menu - View commit details
-
Copy full SHA for 95a9dfe - Browse repository at this point
Copy the full SHA 95a9dfeView commit details -
Use inferior php buffer, not sql buffer
* php-repl.el (php-send-region): Use inferior php buffer, not sql buffer.
David Maus committedJul 10, 2011 Configuration menu - View commit details
-
Copy full SHA for b2cb936 - Browse repository at this point
Copy the full SHA b2cb936View commit details
Commits on Mar 5, 2012
-
Added check for PHP_INCLUDE_PATH environment variable.
The binary wrapper /scripts/php-repl will now if the environment variable PHP_INCLUDE_PATH is set and add it to the include_path php.ini directive.
Configuration menu - View commit details
-
Copy full SHA for ce52384 - Browse repository at this point
Copy the full SHA ce52384View commit details
Commits on Mar 18, 2012
-
Merge pull request ieure#1 from niclashoyer/ce52384e033af079329098188…
…2dc1cc66f4a150d Add check for PHP_INCLUDE_PATH environment variable
David Maus committedMar 18, 2012 Configuration menu - View commit details
-
Copy full SHA for 3bf486b - Browse repository at this point
Copy the full SHA 3bf486bView commit details
Commits on Jul 17, 2012
-
Fixed bug in run-php that occured when php-repl-program-arguments is
nil.
Michael Dwyer committedJul 17, 2012 Configuration menu - View commit details
-
Copy full SHA for 646c51d - Browse repository at this point
Copy the full SHA 646c51dView commit details -
Pulled in changes from dmj fork.
Michael Dwyer committedJul 17, 2012 Configuration menu - View commit details
-
Copy full SHA for e400ca6 - Browse repository at this point
Copy the full SHA e400ca6View commit details
Commits on Jul 18, 2012
-
Set local comint-related variables.
Added a new function and corresponding defcustom php-repl-echo-add-newline. This will cause php-send-region to make the prompt reappear on its own line. Fixed misplaced defcustom.
Configuration menu - View commit details
-
Copy full SHA for 0bcb8b7 - Browse repository at this point
Copy the full SHA 0bcb8b7View commit details
Commits on Nov 7, 2012
-
Peter Meth committed
Nov 7, 2012 Configuration menu - View commit details
-
Copy full SHA for a7167af - Browse repository at this point
Copy the full SHA a7167afView commit details -
Merge remote-tracking branch 'kalifg/master'
Peter Meth committedNov 7, 2012 Configuration menu - View commit details
-
Copy full SHA for ea3ef62 - Browse repository at this point
Copy the full SHA ea3ef62View commit details -
Peter Meth committed
Nov 7, 2012 Configuration menu - View commit details
-
Copy full SHA for cc5d2e0 - Browse repository at this point
Copy the full SHA cc5d2e0View commit details
Commits on Feb 21, 2013
-
changing output of an array to print_r and adding a showtime option t…
…o the prompt
Peter Meth committedFeb 21, 2013 Configuration menu - View commit details
-
Copy full SHA for f0eec4e - Browse repository at this point
Copy the full SHA f0eec4eView commit details
Commits on Jun 26, 2013
-
taking readline out of options and making it part of the class
Peter Meth committedJun 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 3dac455 - Browse repository at this point
Copy the full SHA 3dac455View commit details
Commits on Jul 6, 2013
-
reorganizing files for use with composer
Peter Meth committedJul 6, 2013 Configuration menu - View commit details
-
Copy full SHA for 1917d5b - Browse repository at this point
Copy the full SHA 1917d5bView commit details -
Peter Meth committed
Jul 6, 2013 Configuration menu - View commit details
-
Copy full SHA for d8caed5 - Browse repository at this point
Copy the full SHA d8caed5View commit details -
Peter Meth committed
Jul 6, 2013 Configuration menu - View commit details
-
Copy full SHA for e25103c - Browse repository at this point
Copy the full SHA e25103cView commit details -
changes to readme to support the composer installation method
Peter Meth committedJul 6, 2013 Configuration menu - View commit details
-
Copy full SHA for 4eb8398 - Browse repository at this point
Copy the full SHA 4eb8398View commit details -
changing references of PHP_Repl to PHPRepl
Peter Meth committedJul 6, 2013 Configuration menu - View commit details
-
Copy full SHA for 6ca1da8 - Browse repository at this point
Copy the full SHA 6ca1da8View commit details
Commits on Jul 7, 2013
-
fixing some bugs that may have been added by namespaces
Peter Meth committedJul 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 7500788 - Browse repository at this point
Copy the full SHA 7500788View commit details -
Peter Meth committed
Jul 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 0e3dfd7 - Browse repository at this point
Copy the full SHA 0e3dfd7View commit details
Commits on Feb 4, 2014
-
making the output functions configurable through the options array
peter meth committedFeb 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 68548d0 - Browse repository at this point
Copy the full SHA 68548d0View commit details
Commits on Feb 5, 2014
-
removing auto saving of options
peter meth committedFeb 5, 2014 Configuration menu - View commit details
-
Copy full SHA for 8b7dda5 - Browse repository at this point
Copy the full SHA 8b7dda5View commit details -
fixing bug with setting options
Peter Meth committedFeb 5, 2014 Configuration menu - View commit details
-
Copy full SHA for 2159b96 - Browse repository at this point
Copy the full SHA 2159b96View commit details
Commits on Feb 14, 2014
-
separating printers from options. also making some sensible functions
around getting and setting options and printers. readline now writes history as soon as the command is run to prevent losing your history when you encounter a fatal error
Peter Meth committedFeb 14, 2014 Configuration menu - View commit details
-
Copy full SHA for 2785ddb - Browse repository at this point
Copy the full SHA 2785ddbView commit details