summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2020-03-09js: Make it a little easier to add new AST builder functionsAndreas Kling
2020-03-09js: Add another little test AST to exercise marking of localsAndreas Kling
2020-03-09LibJS: Add basic support for (scoped) variablesAndreas Kling
2020-03-09Userland: Use ArgParser in stat and support multiple files + linksShannon Booth
2020-03-09js: Fixed program comment (#1391)Mr.doob
2020-03-08js: Exercise the garbage collector a little bitAndreas Kling
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-07LibJS: Start building a JavaScript engine for SerenityOS :^)Andreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
2020-03-06Userland: Use ArgsParser in `crash`Shannon Booth
2020-03-06Userland: Replace lsinterrupts with lsirqLiav A
2020-03-04Userland: Add du programhowar6hill
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-03Userland: Speed up the execution of the cut command.marprok
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-03-02Meta: Adjust some copyright dates by Fei WuAndreas Kling
2020-03-01ps: Add some options and slim down the default output styleAndreas Kling
2020-03-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas Kling