summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-04-03Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"Andreas Kling
2020-04-02LibJS: Start implementing object shapesAndreas Kling
2020-04-02Userland/JS: Print any exceptions after execution of a JS fileDov Alperin
2020-04-02js: Change wording from "Exception caught" to "Uncaught exception" :^)Andreas Kling
2020-04-02js: Improve exception output for errors with empty messageLinus Groh
2020-04-02Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-04-02js: Handle exceptions thrown during REPL executionAndreas Kling
2020-04-01LibJS: Add argument(i) and argument_count() to InterpreterAndreas Kling
2020-04-01LibJS: Make Value::as_object() return Object&Andreas Kling
2020-04-01Userland/JS: Extend the global object when using a REPLDov Alperin
2020-04-01LibJS: Add Interpreter::create<GlobalObjectType>()Andreas Kling
2020-04-01LibWeb+LibJS: Move DOM Window object to dedicated classesAndreas Kling
2020-03-31js: Implement print function for Date objectsLinus Groh
2020-03-31js: Don't construct a Line::Editor unless we're going into the REPLAndreas Kling
2020-03-31LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}Andreas Kling
2020-03-31LibLine: Rename LineEditor to Line::EditorAndreas Kling
2020-03-31LibLine: Rename from LibLineEditAndreas Kling
2020-03-31js: Don't exit the REPL when pressing enter on an empty lineAndreas Kling
2020-03-31Userland/js: Use the new line editor in replAnotherTest
2020-03-31Userland: Add optional human readable output to /bin/dfBrendan Coles
2020-03-30LibJS: Start implementing Date :^)Linus Groh
2020-03-29LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usageAndreas Kling
2020-03-28strace: Change implementation to use ptrace()Itamar
2020-03-27js: Publish the global object as "global"Andreas Kling
2020-03-26NotificationServer: Allow showing an icon in notificationsAndreas Kling
2020-03-26js: Tweak pretty-printing of functions and nullAndreas Kling
2020-03-26js: Fix build on LinuxAndreas Kling
2020-03-26js: Implement some modest pretty-printing of valuesAndreas Kling
2020-03-26Base: Add a man page for js(1)Sergey Bugaev
2020-03-26Userland: Implement JS REPLSergey Bugaev
2020-03-25uname: Remove trailing space characterAndreas Kling
2020-03-25js: Remove debug message about what the interpreter returnedAndreas Kling
2020-03-24js: Make the -l command-line argument actually workAndreas Kling
2020-03-23LibJS: Always collect all garbage when destroying HeapAndreas Kling
2020-03-20js: Make printing of the last result optionalAndreas Kling
2020-03-20js: Ignore the first line of input if it starts with "#!"Andreas Kling
2020-03-20copy: Use StringBuilder::join()Andreas Kling
2020-03-19Userland: Add functionality of changing system date in date utilityLiav A
2020-03-18LibCore: Moved cal.cpp functions to DateTimerhin123
2020-03-16LibJS+js: Add a debug option (js -g) to GC after every allocationAndreas Kling
2020-03-16LibJS: Add "Heap" and "Runtime" subdirectoriesAndreas Kling
2020-03-15Userland: ifconfig can change the IP address of the default gatewaymarprok
2020-03-12LibJS: Allow functions to take arguments (#1405)howar6hill
2020-03-12js: Take the script file as a command-line argumentAndreas Kling
2020-03-12LibJS: Add Javascript lexer and parserStephan Unverwerth
2020-03-11Userland: Set the mask of a network adapter with ifconfig (#1388)Marios Prokopakis
2020-03-11js: Oopsie, fix buildAndreas Kling
2020-03-11LibJS: Allow the choice of a scope of declaration for a variable (#1408)0xtechnobabble
2020-03-11LibJS: Support "hello friends".lengthAndreas Kling
2020-03-11Userland: Correction in the the copyrightmarprok