summaryrefslogtreecommitdiff
path: root/basic/qa/basic_coverage
AgeCommit message (Expand)Author
2024-11-01tdf#163680: fix fixed-length strings assignmentMike Kaganski
2024-10-08tdf#163219: only create local With variable for function resultsMike Kaganski
2024-09-17tdf#162962: always create a local "Nothing" for the "WITH" variableMike Kaganski
2024-09-17i#109051: also handle Exit Property for Property SetMike Kaganski
2024-09-13tdf#162935: use PUTC for WITH variable assignment: it doesn't copy valueMike Kaganski
2024-09-04tdf#162724: use localized decimal separator in ImpCurrencyToStringMike Kaganski
2024-08-19Related: tdf#132064 Use set to clear the With internal variableMike Kaganski
2024-08-19tdf#132064: make With statement only evaluate its argument onceMike Kaganski
2024-06-10tdf#160321 - Don't execute jump statement if the expression is out of rangeAndreas Heinisch
2023-12-23tdf#128122 Updated BASIC CCur to reuse SvNumberFormatterJonathan Clark
2023-08-07tdf#150137 fastparser: don't crash on undeclared namespaceAron Budea
2023-03-16tdf#152690: Fix "!" behavior when it is not the first in a groupBaole Fang
2023-02-26tdf#141474 tdf#151901 BASIC functions argument names do not match that of VBAAlain Romedenne
2023-01-09tdf#152917: basic_macros: Add unittestXisco Fauli
2022-12-20basic: remove tabs from test fileXisco Fauli
2022-12-20basic: add missing license statement in test filesXisco Fauli
2022-12-20tdf#152520: basic_macros: Add unittestXisco Fauli
2022-10-14tdf#151503 - Do not evaluate a missing optional variable to a booleanAndreas Heinisch
2022-09-25tdf#151012 - Initialize optional parameters with their default valuesAndreas Heinisch
2022-06-28Removed executable bits on filesAndrea Gelmini
2022-06-28tdf#149447: use proper UNO types for marshalling unsigned Basic typesMike Kaganski
2022-06-24tdf#147529 - BASIC MsgBox: Check for missing optional parametersAndreas Heinisch
2022-06-20tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski
2022-05-07tdf#148358 - Compare Non-ASCII variable names case-insensitiveAndreas Heinisch
2022-04-17Test StarBasic's native non-ASCII name syntaxMike Kaganski
2022-03-31Basic Collection class unit testAlain Romedenne
2022-03-31Adapt test to even slower buildsStephan Bergmann
2022-03-30tdf#114263 tdf#147262 CallByName() function LibO Basic test unitAlain Romedenne
2022-03-02Change the comment of the test cases to clarify the textual representation of...Andreas Heinisch
2022-02-21tdf#147089 - Round Integral Division (IDIV) literals to Integer valuesAndreas Heinisch
2022-02-11tdf#147364: fix function signature to account to calling conventionMike Kaganski
2022-02-09tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch
2022-01-31Adapt test to slow buildsStephan Bergmann
2022-01-31Fix format stringMike Kaganski
2022-01-31tdf#132388: add unit testMike Kaganski
2022-01-08tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch
2022-01-07tdf#130426 - Rename file for tdf#145693Andreas Heinisch
2021-12-28tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist
2021-10-20tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch
2021-10-07tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch
2021-09-30tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to...Andreas Heinisch
2021-09-10tdf#144353 - Handling of missing optional parametersAndreas Heinisch
2021-07-28tdf#107953 - Extend significant digitsAndreas Heinisch
2021-07-16tdf#139840 - Use utl::TextSearch to implement the InStr functionAndreas Heinisch
2021-07-15tdf#111313: basic_macros: Add unittestXisco Fauli
2021-07-14tdf#98778: basic_macros: Add unittestXisco Fauli
2021-07-14tdf#114011: basic_macros: Add unittestXisco Fauli
2021-07-12tdf#142487 - use utl::TextSearch in order to implement the replace algorithmAndreas Heinisch
2021-07-07basic_coverage: use Option Explicit where possibleXisco Fauli