Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/trepl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-19Allow to use different history file (#64)HEADmasterAlexis BRENON
2016-10-29fix typoDmitry Ulyanov
2016-10-28fix for windows with wineditlineRui Guo
2016-06-13init.lua: trivial enhancement on exitLumin Zhou
2016-02-06Fix running in torch-less env with stub for torch.setheaptracking()Vanya Sergeev
2015-12-07Allow quitting with double Ctrl+DLucas Beyer
2015-11-17Enable heap tracking by default.Clement Farabet
2015-11-06fixing colorsSoumith Chintala
2015-11-03disabling colors if terminal doesn't support colorsSoumith Chintala
2015-09-25skip readline when HOME is not present in environmentWeiyi Zheng
2015-07-24Work under Windowssamehkhamis
2015-04-29Lua 5.2 compatibility.Sam Gross
2015-04-26Merge pull request #22 from Atcold/patch-1Soumith Chintala
2015-04-25Added instruction about terpl.colorize to ?Alfredo Canziani
2015-04-09Improve error stack trace from trepl.Adam Lerer
2015-03-16Trailing space added for forcing carriage return in selfhelpAlfredo Canziani
2015-03-16Merge pull request #18 from torch/better-helpSoumith Chintala
2015-03-16Merge pull request #17 from Atcold/better-helpSoumith Chintala
2015-03-16adding back selfhelpSoumith Chintala
2015-03-16pcall and load dok by the startSoumith Chintala
2015-03-16Update init.luaAlfredo Canziani
2015-02-04Fixed double exec on auto print()Clement Farabet
2015-01-15fixes call of length operator in whoSergey Zagoruyko
2015-01-14removing references to linenoiseSoumith Chintala
2014-12-25Total revamp of readline support.Clement Farabet
2014-08-11Merge branch 'master' of github.com:torch/treplClement Farabet
2014-08-11strict vs loose check for globalsClement Farabet
2014-08-10WhitespacesClement Farabet
2014-08-06Merge commit '800fa3810e7161a886807580e57b49311464b4bc'Clement Farabet
2014-08-06useless printClement Farabet
2014-07-30Synced treplClement Farabet
2014-07-11better expanding of tables (print)Clement Farabet
2014-07-08Help.Clement Farabet
2014-07-07strict monitor_G.Clement Farabet
2014-07-07warning (readline unfound)Clement Farabet
2014-07-06Merge branch 'master' of github.com:torch/treplClement Farabet
2014-07-06re-factored color management.Clement Farabet
2014-07-06...Clement Farabet
2014-07-06replicated banner / repl from main distroClement Farabet
2014-07-05...Clement Farabet
2014-07-05More advanced globals tracker.Clement Farabet
2014-06-12stricter -gClement Farabet
2014-03-19Better error handling (in the readline parser)Clement Farabet
2014-02-22Support for dylib/so loading (local files, from require)Clement Farabet
2013-10-27make sure empty lines are not stored in command historykoray kavukcuoglu
2013-10-27boundary case corrected. if line fails and cmd is buggy, then returnkoray kavukcuoglu
2013-10-27make up/down arrows work like matlab for filtering historykoray kavukcuoglu
2013-10-27print the output of '=' lineskoray kavukcuoglu
2013-10-27do not cut the debug traceback when reporting errorskoray kavukcuoglu
2013-10-27do not throw away the $ character for shell commandskoray kavukcuoglu