index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-04-06
LibGUI: Added the new icons to FileSystemModel.
VAN BOSSUYT Nicolas
2020-04-06
LibJS: Rename variable "max" to "min" in MathObject::min() (#1665)
Emanuele Torre
2020-04-06
LibJS: Object needs to protect values in its storage
Andreas Kling
2020-04-06
LibC: create a stub for getrusage.
Xiao NuoFu
2020-04-06
Meta: Add missing copyright headers
Andreas Kling
2020-04-06
LibJS: Add Math.{cos,sin,tan}()
Linus Groh
2020-04-06
LibJS: Simplify MathObject functions
Linus Groh
2020-04-06
AK: Make dbgprintf() and dbgputstr() go to stderr on non-Serenity hosts
Andreas Kling
2020-04-06
AK: Add out() and warn() streams that forward to stdout and stderr
Andreas Kling
2020-04-06
LibGUI: Add remove_tab and on_change to TabWidget
Oriko
2020-04-06
LibJS: Remove unnecessary malloc+free in AssignmentExpression::execute
Andreas Kling
2020-04-06
LibWeb: Allow window.setTimeout() with no interval
Andreas Kling
2020-04-06
LibJS: Add Math.min()
Andreas Kling
2020-04-05
LibJS: Return -Infinity in Math.max() with no argument
Linus Groh
2020-04-05
LibJS: Make Object::to_string() call the "toString" property if present
Andreas Kling
2020-04-05
LibJS: Add Array.prototype.toString()
Andreas Kling
2020-04-05
LibJS: Fix do..while parsing by consuming parentheses explicitly (#1652)
Maxim Brunnmeier
2020-04-05
LibJS: Report the start position of a token as its line column
AnotherTest
2020-04-05
LibJS: Allow lexer to run without logging errors
AnotherTest
2020-04-05
LibLine: Add live styling support
AnotherTest
2020-04-05
LibJS: Remove assert function from exponentiation-basic.js
Linus Groh
2020-04-05
LibJS: Simplify Math-constants.js test
Linus Groh
2020-04-05
LibJS: Update to-number-basic.js test
Linus Groh
2020-04-05
LibJS: Fix Math.SQRT1_2
Linus Groh
2020-04-05
LibJS: Add numeric literal parsing for different bases and exponents
Stephan Unverwerth
2020-04-05
LibC: Fix strtod() parsing of negative exponents (#1645)
Stephan Unverwerth
2020-04-05
LibJS: Implement exponentiation (** operator)
Linus Groh
2020-04-05
LibJS: Rename BinaryOp::{Plus,Minus,Asterisk,Slash}
Linus Groh
2020-04-05
LibGfx: Implement checkerboard drawing for Gfx::Painter
Tibor Nagy
2020-04-05
LibJS: Use the native assert() implementation now avaiable in 'js -t'
Brian Gianforcaro
2020-04-05
Lagom: Add clang address/memory/undefined-behavior analyzer support
Brian Gianforcaro
2020-04-05
LibJS: Plumb line and column information through Lexer / Parser
Brian Gianforcaro
2020-04-05
AK: Stop allowing implicit downcast with OwnPtr and NonnullOwnPtr
Andreas Kling
2020-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
2020-04-05
LibJS: Fix missing paren in modulo-basic.js test
Andreas Kling
2020-04-05
LibJS: Add support for Math.ceil() and Math.trunc()
Brian Gianforcaro
2020-04-05
LibJS: Add support for floating point modulous
Brian Gianforcaro
2020-04-05
LibJS: Correctness fixes for bitwise_or, address FIXME's in test.
Brian Gianforcaro
2020-04-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-04-05
LibJS: Add support for arbitrary arguments to Math.max
Brian Gianforcaro
2020-04-05
LibJS: Add Math.max()
Andreas Kling
2020-04-05
LibWeb: Add window.setTimeout()
Andreas Kling
2020-04-05
LibJS: Add Math.round()
Andreas Kling
2020-04-05
LibJS: Add Math.floor()
Andreas Kling
2020-04-05
LibJS: Clean up the anonymous wrapper block in "for" using ScopeGuard
Andreas Kling
2020-04-05
LibJS: Add support for "continue" inside "for" statements :^)
Andreas Kling
2020-04-05
LibJS: Make "break" actually work inside "switch"
Andreas Kling
2020-04-04
LibWeb: Add CanvasRenderingContext2D scale() and translate() stubs
Andreas Kling
2020-04-04
LibJS: Don't return the "last computed value" from Interpreter::run()
Andreas Kling
2020-04-04
LibJS: Add String.prototype.indexOf()
Andreas Kling
[next]